Make some visual changes to the status page.

This commit is contained in:
James Brooks
2014-12-23 21:03:02 +00:00
parent 5121471c80
commit 6386dc224b
9 changed files with 380 additions and 370 deletions
+9 -6
View File
@@ -1,17 +1,20 @@
@extends('layout.master')
@section('content')
<div class='alert alert-{{ $systemStatus }}'>{{ $systemMessage }}</div>
@if(Auth::check())
<div class='page-header text-right'>
<div class='btn-group'>
<ul class='nav nav-pills'>
<li>
<a class="btn btn-default" href="{{ URL::route('dashboard') }}">{{ Lang::get('cachet.dashboard.dashboard') }}</a>
</li>
<li>
<a class="btn btn-danger" href="{{ URL::route('logout') }}">{{ Lang::get('cachet.logout') }}</a>
</div>
</div>
</li>
</ul>
<hr />
@endif
<div class='alert alert-{{ $systemStatus }}'>{{ $systemMessage }}</div>
@include('partials.components')
@if(Setting::get('display_graphs'))