提交 2b95fabb authored 作者: xueli.xue's avatar xueli.xue

rolling日志交互

上级 d794fd01
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
<title>任务调度中心</title> <title>任务调度中心</title>
<#import "/common/common.macro.ftl" as netCommon> <#import "/common/common.macro.ftl" as netCommon>
<@netCommon.commonStyle /> <@netCommon.commonStyle />
<style>
html{ background-color: whitesmoke; }
</style>
</head> </head>
<body class="hold-transition skin-blue layout-top-nav"> <body class="hold-transition skin-blue layout-top-nav">
...@@ -53,9 +56,6 @@ ...@@ -53,9 +56,6 @@
</div> </div>
<@netCommon.commonScript /> <@netCommon.commonScript />
<script> <script>
// 参数 // 参数
......
...@@ -86,6 +86,4 @@ $(function() { ...@@ -86,6 +86,4 @@ $(function() {
$('#logConsole').append(content); $('#logConsole').append(content);
} }
}); });
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论