New design.

This commit is contained in:
James Brooks
2014-11-19 16:26:42 +00:00
parent 189890154e
commit 4ab353c954
11 changed files with 1248 additions and 118 deletions
+9
View File
@@ -9,4 +9,13 @@
case 4: return 'Major Outage';
}
}
public function getColorAttribute() {
switch ($this->status) {
case 1: return 'text-success';
case 2: return 'text-info';
case 3: return 'text-alert';
case 4: return 'text-danger';
}
}
}