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