Added AddComponentGroupCommand

This commit is contained in:
James Brooks
2015-08-30 21:37:29 +01:00
parent 698b05980d
commit 6ee697cf7f
6 changed files with 103 additions and 7 deletions
@@ -19,7 +19,7 @@
<fieldset>
<div class="form-group">
<label for="incident-name">{{ trans('forms.components.groups.name') }}</label>
<input type="text" class="form-control" name="group[name]" id="group-name" required>
<input type="text" class="form-control" name="name" id="group-name" required>
</div>
</fieldset>