Add basic setup page. NoSetupFilter now prevents access too.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
<ul class='list-group components'>
|
||||
@foreach(Component::get() as $component)
|
||||
<li class='list-group-item component '>
|
||||
<!-- <span class='badge badge-{{ $component->color }}'><i class='glyphicon glyphicon-stop'></i></span> -->
|
||||
<h4>{{ $component->name }} <small class='{{ $component->color }}'>{{ $component->humanStatus }}</small></h4>
|
||||
<p>{{ $component->description }}</p>
|
||||
</li>
|
||||
@@ -18,4 +17,11 @@
|
||||
@for($i=0; $i <= 7; $i++)
|
||||
@include('incident', array('i', $i))
|
||||
@endfor
|
||||
|
||||
@if(Setting::get('show_support'))
|
||||
<hr />
|
||||
<div class='footer'>
|
||||
<p>{{ Setting::get('app_name') }} Status Page is powered by <a href='https://github.com/jbrooksuk/Cachet'>Cachet</a>.</p>
|
||||
</div>
|
||||
@endif
|
||||
@stop
|
||||
|
||||
Reference in New Issue
Block a user