diff --git a/app/models/Component.php b/app/models/Component.php index 2949a078..094cb279 100644 --- a/app/models/Component.php +++ b/app/models/Component.php @@ -1,5 +1,12 @@ status) { + case 1: return 'Operational'; + case 2: return 'Performance Issues'; + case 3: return 'Partial Outage'; + case 4: return 'Major Outage'; + } + } }