rbac roles implementation
This commit is contained in:
@@ -36,6 +36,7 @@ section {
|
||||
transition: background var(--times-transition-colors) ease, border-color var(--times-transition-colors) ease, color var(--times-transition-colors) ease;
|
||||
}
|
||||
|
||||
|
||||
section:hover {
|
||||
background: var(--theme-accent-hover-backcolor);
|
||||
color: var(--theme-accent-hover-color);
|
||||
@@ -101,7 +102,7 @@ input {
|
||||
<input id="newRoleName" placeholder="Role Name" />
|
||||
<button class="bluebutton" onclick="createRole()">Create Role</button>
|
||||
|
||||
<div id="rbacGroupContainer">
|
||||
<div id="rbacRoleContainer">
|
||||
<span>ROLLEN WERDEN GELADEN . . .</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user