This commit is contained in:
phecho
2015-11-20 17:02:11 +08:00
parent 031d89ea4a
commit 32b66df5f0
8 changed files with 41 additions and 12 deletions
+21
View File
@@ -30,6 +30,10 @@ return [
'success' => 'Incident updated.',
'failure' => 'Something went wrong with the incident.',
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted. Please try again.',
],
// Incident templates
'templates' => [
@@ -45,6 +49,10 @@ return [
'success' => 'Template has been updated!',
'failure' => 'Something went wrong updating the incident template',
],
'delete' => [
'success' => 'The tmplate has been deleted.',
'failure' => 'The template could not be deleted. Please try again.',
],
],
],
@@ -85,6 +93,10 @@ return [
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component.',
],
'delete' => [
'success' => 'Component deleted.',
'failure' => 'The Component could not be deleted. Please try again.',
],
// Component groups
'groups' => [
@@ -100,6 +112,11 @@ return [
'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group.',
],
'delete' => [
'success' => 'Component Group deleted.',
'failure' => 'The Component Group could not be deleted. Please try again.',
],
],
],
@@ -117,6 +134,10 @@ return [
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric.',
],
'delete' => [
'success' => 'The metric has been deleted and will not show on your status page.',
'failure' => 'The metric could not be deleted. Please try again.',
],
],
// Subscribers
'subscribers' => [
@@ -15,6 +15,7 @@
</a>
<div class="clearfix"></div>
</div>
@include('dashboard.partials.errors')
<div class="row">
<div class="col-sm-12 striped-list" id="component-group-list">
@forelse($groups as $group)
@@ -15,6 +15,7 @@
</a>
<div class="clearfix"></div>
</div>
@include('dashboard.partials.errors')
<div class="row">
<div class="col-sm-12 striped-list" id="component-list">
@forelse($components as $component)
@@ -15,6 +15,7 @@
<div class="content-wrapper">
<div class="row">
<div class="col-sm-12">
@include('dashboard.partials.errors')
<div class="striped-list">
@forelse($incident_templates as $template)
<div class="row striped-list-item">