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
+4 -1
View File
@@ -98,5 +98,8 @@ return [
'delete' => 'Löschen',
'submit' => 'Speichern',
'cancel' => 'Abbrechen',
'remove' => 'Entfernen'
'remove' => 'Entfernen',
// Other
'optional' => '* Optional',
];