Showing
2 changed files
with
8 additions
and
0 deletions
@@ -46,6 +46,8 @@ layui.define(['admin', 'table', 'common','sessions','commonDetail'], function (e | @@ -46,6 +46,8 @@ layui.define(['admin', 'table', 'common','sessions','commonDetail'], function (e | ||
46 | $("#hostminicomputer_jbxx").html(li); | 46 | $("#hostminicomputer_jbxx").html(li); |
47 | } | 47 | } |
48 | }); | 48 | }); |
49 | + //活动告警 | ||
50 | + commonDetail.renderActiveAlarms('hostminicomputer_alarmlist',resId); | ||
49 | 51 | ||
50 | // 小型机分区信息 | 52 | // 小型机分区信息 |
51 | table.render({ | 53 | table.render({ |
@@ -23,6 +23,12 @@ | @@ -23,6 +23,12 @@ | ||
23 | <div id="hostminicomputerpartitionlist"></div> | 23 | <div id="hostminicomputerpartitionlist"></div> |
24 | </div> | 24 | </div> |
25 | </div> | 25 | </div> |
26 | + <div class="lay-row"> | ||
27 | + <div class="lay-row-item"> | ||
28 | + <h5 class="lay-row-title">实时告警动态</h5> | ||
29 | + <div id="hostminicomputer_alarmlist"></div> | ||
30 | + </div> | ||
31 | + </div> | ||
26 | </div> | 32 | </div> |
27 | </div> | 33 | </div> |
28 | </div> | 34 | </div> |
-
Please register or login to post a comment