Browse Source

added wgts specifics.

Signed-off-by: Nicholas Jerome <nicholas.jerome@kit.edu>
Nicholas Jerome 7 years ago
parent
commit
d03ebb8f9b
2 changed files with 2 additions and 2 deletions
  1. BIN
      static/wgts.png
  2. 2 2
      status.html

BIN
static/wgts.png


+ 2 - 2
status.html

@@ -15,7 +15,7 @@
 
 <body>
 
-<div id="page_info">CPS data monitoring. Last refreshed</div>
+<div id="page_info">WGTS data monitoring. Last refreshed</div>
     
 {% if data['style'] %}
 {% for key in data['style'] %}
@@ -358,7 +358,7 @@ function myTimer() {
 		        $(".unit_title", "#" + this.id).css("color", set_color);
                 
             });
-	        var datetime = "CPS data monitoring page. Last Sync: " + response["time"];
+	        var datetime = "WGTS data monitoring page. Last Sync: " + response["time"];
    	        $("#page_info").text(datetime);
             console.log(datetime);
         },