8 lines
235 B
PHP
8 lines
235 B
PHP
|
<?php
|
||
|
/*
|
||
|
* This web page is for "Node status Monitoring" and "Application Status Monitioring",
|
||
|
* The user can enable/disable "Node/Application Status Monitoring" from this page.
|
||
|
*/
|
||
|
echo "<p>This page is under development.</p>";
|
||
|
?>
|