File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 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; }
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 ; }
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments