Skip to content

Commit 8de14ca

Browse files
committed
remove config in ui
doesn’t seem to be interresting Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent fe394fe commit 8de14ca

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

templates/report.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ small { font-size: 0.6em; }
3535
padding-left: 3rem;
3636
}
3737

38-
.audit-config { display: none; }
39-
.show-config .audit-config { display: block; }
40-
4138
.tabulator-cell { font-size: 0.8rem; white-space: pre !important; }
4239

4340
.tabulator-print-header { text-align: center; font-size: 1.5rem; }

templates/report.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ <h1>
9292

9393
<li class="nav-item nav-item-settings global-settings">
9494
<a class="nav-link disabled">Settings</a>
95-
<div class="form-check">
96-
<input class="form-check-input" type="checkbox" value="0" id="showConfig" data-setting-name="show-config">
97-
<label class="form-check-label" for="showConfig">
98-
Show config
99-
</label>
100-
</div>
10195

10296
<div class="form-check">
10397
<input class="form-check-input" type="checkbox" value="1" id="saveFilterSettings" data-setting-name="save-filter-settings">
@@ -134,11 +128,6 @@ <h2>{{if $root.RequestReport}}{{ $root.ReportTitle }} report "{{ $root.RequestRe
134128
</div>
135129

136130
{{if $root.RequestReport }}
137-
<div class="mb-3 row audit-config hide-print">
138-
<h3 id="config">Config</h3>
139-
{{if $root.ReportConfig }}<pre class="code">{{ $root.ReportConfig | toYaml }}</pre>{{end}}
140-
</div>
141-
142131
<div class="mb-3 row">
143132
<form id="report-form">
144133
<div class="row g-6">

0 commit comments

Comments
 (0)