File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,6 @@ small { font-size: 0.6em; }
35
35
padding-left : 3rem ;
36
36
}
37
37
38
- .audit-config { display : none; }
39
- .show-config .audit-config { display : block; }
40
-
41
38
.tabulator-cell { font-size : 0.8rem ; white-space : pre !important ; }
42
39
43
40
.tabulator-print-header { text-align : center; font-size : 1.5rem ; }
Original file line number Diff line number Diff line change 92
92
93
93
< li class ="nav-item nav-item-settings global-settings ">
94
94
< 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 >
101
95
102
96
< div class ="form-check ">
103
97
< 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
134
128
</ div >
135
129
136
130
{{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
-
142
131
< div class ="mb-3 row ">
143
132
< form id ="report-form ">
144
133
< div class ="row g-6 ">
You can’t perform that action at this time.
0 commit comments