Create template sidebar item (currently unused)
This commit is contained in:
@@ -35,6 +35,7 @@ return array(
|
||||
'component-add' => 'Add Component',
|
||||
'incidents' => 'Incidents',
|
||||
'incident-add' => 'Add Incident',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'metrics' => 'Metrics',
|
||||
'status_page' => 'Status Page',
|
||||
'settings' => 'Settings',
|
||||
|
||||
@@ -27,6 +27,11 @@
|
||||
<i class="fa fa-plus"></i> {{ Lang::get('cachet.dashboard.incident-add') }}
|
||||
</a>
|
||||
</li>
|
||||
<li class=" sub-nav-item">
|
||||
<a href="#">
|
||||
<i class="fa fa-plus"></i> {{ Lang::get('cachet.dashboard.incident-create-template') }}
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{ Request::is('dashboard/components') ? 'active' : '' }}">
|
||||
<a href="{{ URL::route('dashboard.components') }}">
|
||||
<i class="fa fa-list-ul"></i> {{ Lang::get('cachet.dashboard.components') }}
|
||||
|
||||
Reference in New Issue
Block a user