Use warning rather than error

This commit is contained in:
James Brooks 2015-10-11 11:35:00 +01:00
parent 9d20e7b3a4
commit 3988cfb6c0

View File

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