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