Add ability for super users to take ownership of namespaces
Fixes #1395
This commit is contained in:
parent
f75949d533
commit
20816804e5
14 changed files with 280 additions and 94 deletions
|
@ -49,3 +49,11 @@
|
|||
.super-user .input-util {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.super-user .take-ownership-dialog .avatar {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.super-user .take-ownership-dialog .co-alert {
|
||||
margin-top: 20px;
|
||||
}
|
Reference in a new issue