mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-13 02:17:25 +01:00
Added options for "support" role on user create, role add, role edit
This commit is contained in:
parent
802c10588f
commit
0170e19363
@ -74,6 +74,10 @@
|
|||||||
<input type="radio" id="api" name="role" value="api"/>
|
<input type="radio" id="api" name="role" value="api"/>
|
||||||
<label for="api">API</label>
|
<label for="api">API</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="radio" id="support" name="role" value="support"/>
|
||||||
|
<label for="support">Support</label>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type="radio" id="admin" name="role" value="admin"/>
|
<input type="radio" id="admin" name="role" value="admin"/>
|
||||||
<label for="admin">Admin</label>
|
<label for="admin">Admin</label>
|
||||||
|
@ -87,6 +87,7 @@
|
|||||||
<select class="form-select" id="role-select">
|
<select class="form-select" id="role-select">
|
||||||
<option selected value="">Role...</option>
|
<option selected value="">Role...</option>
|
||||||
<option value="user">User</option>
|
<option value="user">User</option>
|
||||||
|
<option value="support">Support</option>
|
||||||
<option value="admin">Admin</option>
|
<option value="admin">Admin</option>
|
||||||
<option value="api">API</option>
|
<option value="api">API</option>
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user