diff --git a/projects/IoTCenter/Views/Home/Node.cshtml b/projects/IoTCenter/Views/Home/Node.cshtml index d430684f..7750e0d1 100644 --- a/projects/IoTCenter/Views/Home/Node.cshtml +++ b/projects/IoTCenter/Views/Home/Node.cshtml @@ -59,6 +59,10 @@ right: 0; } + .ir label input { + display: none; + } + .danger { color: red; } @@ -76,10 +80,6 @@ height: 53px; } - .ir label input { - display: none; - } - .ir td { width: 11%; text-align: center; @@ -89,17 +89,6 @@ table-layout: fixed; } - label.button { - display: inline-block; - padding: 0 10px; - line-height: 30px; - background-color: cadetblue; - color: #FFF; - vertical-align: middle; - border-radius: 15px; - text-align: center; - } - input[type='range'] { -webkit-appearance: none; background: cadetblue; diff --git a/projects/IoTCenter/iotcenter.db b/projects/IoTCenter/iotcenter.db index 626707f5..1d41498e 100644 Binary files a/projects/IoTCenter/iotcenter.db and b/projects/IoTCenter/iotcenter.db differ diff --git a/projects/IoTClient/Assets/StreamingAssets/wwwroot/node.html b/projects/IoTClient/Assets/StreamingAssets/wwwroot/node.html index 351f8089..bf3b8aa2 100644 --- a/projects/IoTClient/Assets/StreamingAssets/wwwroot/node.html +++ b/projects/IoTClient/Assets/StreamingAssets/wwwroot/node.html @@ -7,48 +7,6 @@ -
@@ -60,13 +18,111 @@
+
diff --git a/projects/IoTNode/iotnode.db b/projects/IoTNode/iotnode.db index 34ae7fe2..c3e75f96 100644 Binary files a/projects/IoTNode/iotnode.db and b/projects/IoTNode/iotnode.db differ