niujiuru vor 3 Wochen
Ursprung
Commit
6cd2ddf9b2
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      web-ui.service/web/app.html

+ 2 - 2
web-ui.service/web/app.html

@@ -27,9 +27,9 @@
       <!-- 系统时间 -->
       <span id="sys-time" class="clock">--</span>
       <!-- 退出系统 -->
-      <button class="btn btn-red" title="点击退出管理页面" onclick="logout()">退出登录</button>
+      <button class="btn btn-red" onclick="logout()">退出登录</button>
       <!-- 退出系统 -->
-      <button class="btn btn-red" title="点击重启操作系统" onclick="reboot()">系统重启</button>
+      <button class="btn btn-red" onclick="reboot()">系统重启</button>
     </div>
   </header>