Merge pull request #1029 from cachethq/use-warning-status

Use warning rather than error
This commit is contained in:
James Brooks
2015-10-11 12:10:36 +01:00

View File

@@ -30,7 +30,7 @@ class StatusPageComposer
{
// Default data
$withData = [
'systemStatus' => 'danger',
'systemStatus' => 'info',
'systemMessage' => trans('cachet.service.bad'),
'favicon' => 'favicon-high-alert',
];