diff --git a/app/templates/base.html b/app/templates/base.html index ade98679..1ab749c7 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -65,6 +65,7 @@
  • SSL
  • Edit config
  • Lists
  • +
  • WAF
  • Installation
  • {% endif %} diff --git a/inc/awesome.css b/inc/awesome.css index 4f5d8d55..db193f59 100644 --- a/inc/awesome.css +++ b/inc/awesome.css @@ -34,7 +34,7 @@ .map::before { display: none; font-family: "Font Awesome 5 Solid"; - content: "\f279"; + content: "\f0e8"; } .runtime::before { display: none; @@ -76,6 +76,11 @@ font-family: "Font Awesome 5 Solid"; content: "\f0cb"; } +.waf::before { + display: none; + font-family: "Font Awesome 5 Solid"; + content: "\f06d"; +} .hap::before { display: none; font-family: "Font Awesome 5 Solid";