www/mon_node.php

Fri, 01 Feb 2019 15:30:33 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 01 Feb 2019 15:30:33 +0100
changeset 228
98536f6539ee
parent 181
db4e62482d0b
permissions
-rw-r--r--

The mash grid now uses a popup editor. There is now a dropdown mash selector to replace the mash scheme.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('Monitor node', 'mon_node');
?>

   <div id="MainPanel">
    <div id="ContentPanel"></div>
   </div>

<?php
page_footer();
?>

mercurial