feature: Added pi-hole application support (#6782)

* added data to webui

* added last step on docs

* fix scrutinizer issue

* fix blank lines
This commit is contained in:
crcro
2017-06-06 01:00:09 +03:00
committed by Neil Lathwood
parent 8c4efc83e1
commit 96f066189e
7 changed files with 248 additions and 0 deletions

View File

@@ -121,6 +121,9 @@ function nicecase($item)
case 'sdfsinfo':
return 'SDFS info';
case 'pi-hole':
return 'Pi-hole';
default:
return ucfirst($item);
}