From 7b36d65cc502e98b464071d2fcf97c9f4d85e2a1 Mon Sep 17 00:00:00 2001 From: VVelox Date: Thu, 21 Dec 2017 20:51:55 -0600 Subject: [PATCH] nicecap SMART (#7939) --- html/includes/functions.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index ed8a367762..62dc78af54 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -90,6 +90,9 @@ function nicecase($item) case 'os-updates': return 'OS Updates'; + case 'smart': + return 'SMART'; + case 'powerdns-recursor': return 'PowerDNS Recursor';