You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: db/dummy_data.sql
+3-3
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ UNLOCK TABLES;
68
68
69
69
LOCK TABLES `incident` WRITE;
70
70
INSERT INTO`incident`VALUES
71
-
(1,40,'2017-01-25 23:22:55','2017-01-25 23:24:55','{\"console_url\": \"\", \"fabric\": \"DC1\", \"notes\": \"This is a note\", \"filename\": \"dashboard\", \"zones\": [\"zone1\", \"zone2\"], \"metanodes\": [[\"execution_time.metanode1\", \"threshold: 72 is greater than the max (65)\"]], \"nodes\": [[\"execution_time.server1.example.com\", \"threshold: 72 is greater than the max (65)\"]], \"graph_image_url\": \"http://url.example.com/foo\", \"name\":\"API Alert\"}',1,8,1,0),
72
-
(2,40,'2017-01-25 23:22:55','2017-01-25 23:24:55','{\"console_url\": \"\", \"fabric\": \"DC1\", \"notes\": \"This is a note\", \"filename\": \"dashboard\", \"zones\": [\"zone1\", \"zone2\"], \"metanodes\": [[\"execution_time.metanode1\", \"threshold: 72 is greater than the max (65)\"]], \"nodes\": [[\"execution_time.server1.example.com\", \"threshold: 72 is greater than the max (65)\"]], \"graph_image_url\": \"http://url.example.com/foo\", \"name\":\"API Alert\"}',1,8,1,0),
73
-
(3,40,'2017-01-25 23:22:55','2017-01-25 23:24:55','{\"console_url\": \"\", \"fabric\": \"DC1\", \"notes\": \"This is a note\", \"filename\": \"dashboard\", \"zones\": [\"zone1\", \"zone2\"], \"metanodes\": [[\"execution_time.metanode1\", \"threshold: 72 is greater than the max (65)\"]], \"nodes\": [[\"execution_time.server1.example.com\", \"threshold: 72 is greater than the max (65)\"]], \"graph_image_url\": \"http://url.example.com/foo\", \"name\":\"API Alert\"}',1,8,1,0);
71
+
(1,40,'2017-01-25 23:22:55','2017-01-25 23:24:55','{\"console_url\": \"\", \"fabric\": \"DC1\", \"notes\": \"This is a note\", \"filename\": \"dashboard\", \"zones\": [\"zone1\", \"zone2\"], \"metanodes\": [[\"execution_time.metanode1\", \"threshold: 72 is greater than the max (65)\"]], \"nodes\": [[\"execution_time.server1.example.com\", \"threshold: 72 is greater than the max (65)\"]], \"graph_image_url\": \"http://url.example.com/foo\", \"name\":\"API Alert\"}',1,8,1,0,0),
72
+
(2,40,'2017-01-25 23:22:55','2017-01-25 23:24:55','{\"console_url\": \"\", \"fabric\": \"DC1\", \"notes\": \"This is a note\", \"filename\": \"dashboard\", \"zones\": [\"zone1\", \"zone2\"], \"metanodes\": [[\"execution_time.metanode1\", \"threshold: 72 is greater than the max (65)\"]], \"nodes\": [[\"execution_time.server1.example.com\", \"threshold: 72 is greater than the max (65)\"]], \"graph_image_url\": \"http://url.example.com/foo\", \"name\":\"API Alert\"}',1,8,1,0,0),
73
+
(3,40,'2017-01-25 23:22:55','2017-01-25 23:24:55','{\"console_url\": \"\", \"fabric\": \"DC1\", \"notes\": \"This is a note\", \"filename\": \"dashboard\", \"zones\": [\"zone1\", \"zone2\"], \"metanodes\": [[\"execution_time.metanode1\", \"threshold: 72 is greater than the max (65)\"]], \"nodes\": [[\"execution_time.server1.example.com\", \"threshold: 72 is greater than the max (65)\"]], \"graph_image_url\": \"http://url.example.com/foo\", \"name\":\"API Alert\"}',1,8,1,0,0);
<buttontype="button"id="claim-incident"class="pull-right btn btn-default blue btn-sm"data-id="{{id}}"data-action="unclaim">Unclaim Incident</button>
16
+
<buttontype="button"id="claim-incident"class="pull-right btn btn-default blue btn-sm"data-id="{{id}}"data-action="unclaim"data-toggle="tooltip"data-placement="right"title="This will cause the incident to continue escalating where it left off at the time it was claimed">Unclaim Incident</button>
17
17
{{else}}
18
18
{{#if active}}
19
-
<buttontype="button"id="claim-incident"class="pull-right btn btn-default blue btn-sm"data-id="{{id}}"data-action="claim">Claim Incident</button>
19
+
<buttontype="button"id="claim-incident"class="pull-right btn btn-default blue btn-sm"data-id="{{id}}"data-action="claim"data-toggle="tooltip"data-placement="right"title="This stops any further escalation and marks you as the owner of the incident">Claim Incident</button>
<buttontype="button"id="re-escalate-modal-btn"class="pull-right btn btn-default blue btn-sm">Re-escalate</button>
28
+
<buttontype="button"id="re-escalate-modal-btn"class="pull-right btn btn-default blue btn-sm"data-toggle="tooltip"data-placement="left"title="Re-raise this incident using a different plan">Re-escalate</button>
<buttontype="button"id="resolve-incident"class="pull-right btn btn-default blue btn-sm"data-id="{{id}}"data-action="unresolve"data-toggle="tooltip"data-placement="right"title="This removes a semantic tag that indicates the underlying issue is mitigated">Mark Unresolved</button>
35
+
{{else}}
36
+
<buttontype="button"id="resolve-incident"class="pull-right btn btn-default blue btn-sm"data-id="{{id}}"data-action="resolve"data-toggle="tooltip"data-placement="right"title="This applies a semantic tag that indicates the underlying issue is mitigated">Mark Resolved</button>
37
+
{{/if}}
38
+
{{/if}}
39
+
</h4>
30
40
<spanclass="light italic"><small>created at {{convertToLocal created}}</small></span>
<buttontype="button"class="btn btn-default blue btn-sm pull-right"id="clone-plan">Clone Plan</button>
97
+
<buttontype="button"class="btn btn-default blue btn-sm pull-right"id="clone-plan"data-toggle="tooltip"data-placement="right"title="Make changes to the plan or fork it off into a new plan">Edit Plan</button>
98
98
<buttontype="button"class="btn btn-default blue btn-sm pull-right"id="test-plan-modal-btn">Test Plan</button>
<buttontype="button"class="btn btn-default blue btn-sm pull-right"id="clone-template">Clone template</button>
62
+
<buttontype="button"class="btn btn-default blue btn-sm pull-right"id="clone-template"data-toggle="tooltip"data-placement="right"title="Make changes to the template or fork it off into a new template">Edit template</button>
63
63
</h3>
64
64
<div><small><aclass="view-related"data-toggle="modal"data-target="#view-related-modal"data-name="{{name}}"href=""> View all plans using this template. </a></small></div>
0 commit comments