From 28013f8cbe7e1ace3bb0291391a59a5b05debe03 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 11 May 2026 09:22:25 -0700 Subject: [PATCH] =?UTF-8?q?refactor:=20remove=20incident=20form=20from=20I?= =?UTF-8?q?ncidentsView=20=E2=80=94=20now=20in=20DiagnoseView=20Structured?= =?UTF-8?q?=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/IncidentsView.vue | 253 ++------------------------------ 1 file changed, 10 insertions(+), 243 deletions(-) diff --git a/web/src/views/IncidentsView.vue b/web/src/views/IncidentsView.vue index 4a6c2fe..34931ef 100644 --- a/web/src/views/IncidentsView.vue +++ b/web/src/views/IncidentsView.vue @@ -4,151 +4,20 @@

Incidents

-

Tag time windows with descriptions. The label is used to search for related log entries.

-
- - -
-

Tag New Incident

- -
- - -
- - -

Your literal description — used to find relevant log entries in the window.

-
- - -
- -
- - -
- - -
-
- - -
-
- - -
-
- - -

- Window: {{ windowSummary }} -

-
- - -
- - - - -
- - -
-
- - -
-
- - -
-
- - -
- - {{ submitError }} -
-
+

+ Tagged incidents and their log evidence. + Tag a new incident → +

Loading…
- No incidents tagged yet. Use the form above to mark your first one. + No incidents tagged yet.
@@ -243,7 +112,8 @@