mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Minor: fix indents
This commit is contained in:
parent
4eb6a5a2f7
commit
dd54c0a5db
1 changed files with 4 additions and 6 deletions
|
@ -50,13 +50,11 @@ function DisplayAdBlockConfig()
|
|||
|
||||
echo renderTemplate(
|
||||
"adblock", compact(
|
||||
"status",
|
||||
"serviceStatus",
|
||||
"dnsmasq_state",
|
||||
"enabled"
|
||||
"status",
|
||||
"serviceStatus",
|
||||
"dnsmasq_state",
|
||||
"enabled"
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue