mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
..
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
<title>IoT Manager 4.3.2</title>
|
<title>IoT Manager 4.3.2</title>
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="/favicon.ico" />
|
<link rel="icon" type="image/png" href="/favicon.ico" />
|
||||||
<link rel="stylesheet" href="/build/bundle.css" />
|
<link rel="stylesheet" href="/build/bundle.css?432" />
|
||||||
|
|
||||||
<script defer src="/build/bundle.js"></script>
|
<script defer src="/build/bundle.js?432"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body></body>
|
<body></body>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"widget": "chart2",
|
"widget": "chart2",
|
||||||
"page": "Графики",
|
"page": "Графики",
|
||||||
"descr": "Температура",
|
"descr": "Температура",
|
||||||
"int": 1,
|
"int": 5,
|
||||||
"logid": "t",
|
"logid": "t",
|
||||||
"num": 1,
|
"num": 1,
|
||||||
"points": 300,
|
"points": 300,
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ const String getWebVersion() {
|
|||||||
text = selectFromMarkerToMarker(text, "title", 1);
|
text = selectFromMarkerToMarker(text, "title", 1);
|
||||||
text = selectFromMarkerToMarker(text, " ", 2);
|
text = selectFromMarkerToMarker(text, " ", 2);
|
||||||
text.replace("</", "");
|
text.replace("</", "");
|
||||||
|
text.replace(".", "");
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user