mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 13:54:51 +00:00
Added Tag Type to allow expansion of tagging support for other entities in the future
This commit is contained in:
@@ -16,6 +16,19 @@
|
||||
<input type="text" class="form-control" name="name" placeholder="Tag name" required autofocus>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Type <strong class="text-danger">*</strong></label>
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-th"></i></span>
|
||||
</div>
|
||||
<select class="form-control select2" name="type" required>
|
||||
<option value="">- Type -</option>
|
||||
<option value="1">Client Tag</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<label>Color</label>
|
||||
<div class="form-row">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user