status.html 620 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html xmlns:th="http://www.thymeleaf.org"
  3. xmlns:mo="https://gitee.com/aun/Timo">
  4. <head th:replace="/common/template :: header(~{::title},~{::link},~{::style})">
  5. <link rel="stylesheet" th:href="@{/lib/zTree_v3/css/zTreeStyle/zTreeStyle.css}" type="text/css">
  6. </head>
  7. <body class="timo-layout-page">
  8. <div class="layui-card">
  9. <div class="layui-card-header timo-card-header">
  10. <span><i class="fa fa-bars"></i> 应用状态</span>
  11. <i class="layui-icon layui-icon-refresh refresh-btn"></i>
  12. </div>
  13. </div>
  14. <script th:replace="/common/template :: script"></script>
  15. </body>
  16. </html>