Skip to content
Snippets Groups Projects
Commit 3c41b4ba authored by Emanuele Laface's avatar Emanuele Laface
Browse files

Bug fixes

parent 570ece6d
No related branches found
No related tags found
No related merge requests found
Pipeline #39159 passed
......@@ -136,7 +136,7 @@ class ts2_helevpresScreen(Thread):
pv == "TS2-010CRM:Cryo-LT-001:MeasValue"
or pv == "TS2-010CRM:Cryo-LT-002:MeasValue"
):
if counter % 7200 == 0:
if counter % 600 == 0:
json_dict[pv] = {}
for interval in intervals:
start_date = (
......
......@@ -168,7 +168,7 @@
{
"type": "html",
"settings": {
"html": "<script>\n function setDatasource(event) {\n\t\tfreeboard.showLoadingIndicator(true);\n\t};\n</script>\n<div style=\"position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;\">\n <select onchange=\"setDatasource()\" id=\"time-series\">\n <option value=\"2w\">Two Weeks</option>\n <option value=\"1w\">One Week</option>\n <option value=\"2d\">Two Days</option>\n <option value=\"1d\">One Day</option>\n <option value=\"live\">Live</option>\n </select>\n</div>",
"html": "<script>\n function setDatasource(event) {\n\t\tfreeboard.showLoadingIndicator(true);\n\t};\n</script>\n<div style=\"position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;\">\n <select style=\"padding:0px 0px\" onchange=\"setDatasource()\" id=\"time-series\">\n <option value=\"2w\">Two Weeks</option>\n <option value=\"1w\">One Week</option>\n <option value=\"2d\">Two Days</option>\n <option value=\"1d\">One Day</option>\n <option value=\"live\">Live</option>\n </select>\n</div>",
"height": 1
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment