Added methods to manage users and teams in a namespace
This commit is contained in:
parent
c1a98dac91
commit
77285ccce0
2 changed files with 342 additions and 32 deletions
33
src/App.vue
33
src/App.vue
|
|
@ -183,4 +183,37 @@
|
|||
color: rgb(74, 74, 74);
|
||||
}
|
||||
}
|
||||
|
||||
.bigbuttons{
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.card{
|
||||
margin-bottom: 1rem;
|
||||
|
||||
.add-user-form, .add-team-form {
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
.table{
|
||||
border-top: 1px solid darken(#fff, 15%);
|
||||
|
||||
td{
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
td.type, td.actions{
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
td.actions{
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.users-list, .teams-list,
|
||||
.users-namespace, .teams-namespace{
|
||||
padding: 0 !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Reference in a new issue