diff options
author | hackademix <giorgio@maone.net> | 2019-04-08 21:37:35 +0200 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2019-04-08 21:37:35 +0200 |
commit | 2bee3260b45b559eb3bc75c6421dc7e573571cdb (patch) | |
tree | 0b03d83f1dd8419e1db191e79b5f6313f5322515 /html/display_panel/content/display-panel.html | |
parent | 4221db4850905c535a9197ae4369012ef9fd1575 (diff) |
Fixed UI inconsistencies when whitelisting/blacklisting through wide wildcard matching.
Diffstat (limited to 'html/display_panel/content/display-panel.html')
-rw-r--r-- | html/display_panel/content/display-panel.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/display_panel/content/display-panel.html b/html/display_panel/content/display-panel.html index 5b9f99f..2e705ab 100644 --- a/html/display_panel/content/display-panel.html +++ b/html/display_panel/content/display-panel.html @@ -60,6 +60,7 @@ <div id="info"> <div id="site"> <h2 class="site">This whole site <span></span></h2> + <div class="status"></div> <div class="buttons"> <button class="whitelist" name="*">Whitelist</button> <button class="blacklist" name="*">Blacklist</button> |