mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Use colored icons for Expert and Edited items
also use default boxes instead of "box-warning" Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -36,13 +36,13 @@ function generateRow(topic, key, value) {
|
||||
|
||||
// else: we have a setting we can display
|
||||
var box =
|
||||
'<div class="box box-warning">' +
|
||||
'<div class="box">' +
|
||||
'<div class="box-header no-user-select">' +
|
||||
'<h3 class="box-title">' +
|
||||
key +
|
||||
(value.modified ? ' <i class="far fa-edit" title="Modified"></i>' : "") +
|
||||
(value.modified ? ' <i class="far fa-edit text-light-blue" title="Modified"></i>' : "") +
|
||||
(value.flags.advanced
|
||||
? ' <i class="fas fa-cogs" title="This is an expert-level setting"></i>'
|
||||
? ' <i class="fas fa-cogs text-yellow" title="Expert-level setting"></i>'
|
||||
: "") +
|
||||
"</h3>" +
|
||||
"<p>" +
|
||||
|
||||
Reference in New Issue
Block a user