mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Remove advanced flag handling in config API parsing
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -47,9 +47,6 @@ function generateRow(topic, key, value) {
|
||||
(value.modified
|
||||
? ' <i class="far fa-edit text-light-blue" title="Modified from default"></i>'
|
||||
: "") +
|
||||
(value.flags.advanced
|
||||
? ' <i class="fas fa-cogs text-yellow" title="Expert-level setting"></i>'
|
||||
: "") +
|
||||
(value.flags.restart_dnsmasq
|
||||
? ' <i class="fas fa-redo text-orange" title="Setting requires FTL restart on change"></i>'
|
||||
: "") +
|
||||
|
||||
Reference in New Issue
Block a user