From 7ec70fa8c14e7a135b3fb29d628af52b0c868594 Mon Sep 17 00:00:00 2001 From: 6092002077 Date: Sat, 11 Feb 2017 12:59:56 +0800 Subject: commit rule list gui source code read rule manager gui list,inclode query and table list Issue-ID:CLIENT-151 Change-Id: Iefa4658d66806cec44c1092f38a35fdc29ee72de Signed-off-by: YILI --- .../correlation-ruleList/alarmRule.component.html | 140 +++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 alarm-analysis/src/main/webapp/alarm/app/correlation-ruleList/alarmRule.component.html (limited to 'alarm-analysis/src/main/webapp') diff --git a/alarm-analysis/src/main/webapp/alarm/app/correlation-ruleList/alarmRule.component.html b/alarm-analysis/src/main/webapp/alarm/app/correlation-ruleList/alarmRule.component.html new file mode 100644 index 00000000..4d2969bb --- /dev/null +++ b/alarm-analysis/src/main/webapp/alarm/app/correlation-ruleList/alarmRule.component.html @@ -0,0 +1,140 @@ + +
+
+
+ +
+ +
+ + +
+ +
+ + + +
+
+
+ + +
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+

{{"common_total1"|translate}}{{totalcount}}{{"common_total2"|translate}}

+ + + + + + + + + + + + + + + + + + + + + + + + +
{{"field_rule_name"|translate}}{{"common_status"|translate}}{{"field_create_time"|translate}}{{"field_creator"|translate}}{{"field_update_time"|translate}}{{"common_operator"|translate}}
{{rule.rulename}}{{rule.createtime | date:'yyyy-MM-dd HH:mm:ss'}}{{rule.creator}}{{rule.updatetime | date:'yyyy-MM-dd HH:mm:ss'}} + + + + + + +
+
+ + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg