Make some visual changes to the status page.
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user