Commit 5db3b83f authored by Adam Wujek's avatar Adam Wujek 💬

www: update help for live wr info

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent b8ed3133
...@@ -1126,6 +1126,8 @@ function wrs_display_help($help_id, $name){ ...@@ -1126,6 +1126,8 @@ function wrs_display_help($help_id, $name){
logging (like /dev/null). Please note that unknown facility names will generate a runtime error on the logging (like /dev/null). Please note that unknown facility names will generate a runtime error on the
switch. NOTE: It looks like Notice is not a default logging priority as writen in the manual.<br> switch. NOTE: It looks like Notice is not a default logging priority as writen in the manual.<br>
</p>"; </p>";
} else if (!strcmp($help_id, "wrinfo")){
$message = "<p>Display live information about switch taken from the <b>wr_mon</b>. Information is updated every second.</p>";
} }
echo $message; echo $message;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</div> </div>
<div class="rightpanel"> <div class="rightpanel">
<div class="rightbody"> <div class="rightbody">
<h1 class="title">WR Live Information <a href='help.php?help_id=firmware' onClick='showPopup(this.href);return(false);'><img align=right src="./img/question.png"></a></h1> <h1 class="title">WR Live Information <a href='help.php?help_id=wrinfo' onClick='showPopup(this.href);return(false);'><img align=right src="./img/question.png"></a></h1>
<?php <?php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment