Browse Source

auto update script executed

Toby Chui 1 year ago
parent
commit
4c07e8bc4e
2 changed files with 9 additions and 7 deletions
  1. 1 1
      web/components/status.html
  2. 8 6
      web/reset.html

+ 1 - 1
web/components/status.html

@@ -445,7 +445,7 @@
             updateChart();
         })
         .catch(error => {
-            console.error('Failed to fetch data', error);
+            //console.error('Failed to fetch data', error);
         });
     }
 

+ 8 - 6
web/reset.html

@@ -58,12 +58,11 @@
             text-align: left;
         }
 
-        .registerOnly{
-            display:none;
-        }
-
-        .ui.fluid.button.registerOnly{
-            display:none;
+        .backBtn{
+            position: absolute;
+            top: 0em;
+            left: 1em;
+            margin-top: -4em;
         }
     </style>
     </head>
@@ -71,6 +70,9 @@
         <div class="background"></div>
         <div id="loginForm" class="ui middle aligned center aligned grid">
             <div class="column">
+                <a class="backBtn" href="/">
+                    <i class="huge black chevron circle left icon"></i>
+                </a>
                 <form class="ui large form">
                     <div class="ui basic segment">
                         <img class="ui fluid image" src="img/public/logo.svg" style="pointer-events:none;">