Skip to content

Commit

Permalink
hide incident history by default
Browse files Browse the repository at this point in the history
There's been feedback from the Operator Delegation that the system-
generated history is usually more noise than signal, and that it
would be preferable for it to not be displayed by default.
  • Loading branch information
srabraham committed Nov 22, 2024
1 parent 56fac3b commit 4575b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ims/element/incident/incident_template/template.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<label class="control-label">Incident Details</label>
<div id="incident_report_well" class="well well-sm">
<label class="control-label">
<input id="history_checkbox" type="checkbox" checked="" onchange="toggleShowHistory()" />
<input id="history_checkbox" type="checkbox" onchange="toggleShowHistory()" />
Show history
</label>
<label class="control-label">
Expand Down

0 comments on commit 4575b6a

Please sign in to comment.