Adding/editing incidents can now update a components status.

This commit is contained in:
James Brooks
2015-01-06 11:43:32 +00:00
parent c7b3811860
commit e7e79af5d9
9 changed files with 91 additions and 10 deletions
+5 -1
View File
@@ -27,6 +27,7 @@ return [
'incidents' => [
'name' => 'Name',
'status' => 'Status',
'component' => 'Component',
'message' => 'Message',
'message-help' => 'You may also use Markdown.',
@@ -98,5 +99,8 @@ return [
'delete' => 'Delete',
'submit' => 'Submit',
'cancel' => 'Cancel',
'remove' => 'Remove'
'remove' => 'Remove',
// Other
'optional' => '* Optional',
];