summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/PermissionModuleRoleList.vue
diff options
context:
space:
mode:
authorChristian Hofmaier2018-08-07 08:56:58 +0200
committerChristian Hofmaier2018-08-07 08:56:58 +0200
commit14635c696d7df5b4ccb2c423157b6fb917cb869b (patch)
tree1335a608f24226be4edc946cf491ca8155fbe3df /webapp/src/components/PermissionModuleRoleList.vue
parent[groups] add ability to show all nested children and not just direkt children... (diff)
downloadbas-14635c696d7df5b4ccb2c423157b6fb917cb869b.tar.gz
bas-14635c696d7df5b4ccb2c423157b6fb917cb869b.tar.xz
bas-14635c696d7df5b4ccb2c423157b6fb917cb869b.zip
Roles of Users now in fancy boxes and other small ui polishing
Diffstat (limited to 'webapp/src/components/PermissionModuleRoleList.vue')
-rw-r--r--webapp/src/components/PermissionModuleRoleList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/PermissionModuleRoleList.vue b/webapp/src/components/PermissionModuleRoleList.vue
index 050e394..067f161 100644
--- a/webapp/src/components/PermissionModuleRoleList.vue
+++ b/webapp/src/components/PermissionModuleRoleList.vue
@@ -54,7 +54,7 @@
</v-data-table>
</v-card>
<div class="text-xs-right">
- <v-btn color="error" flat @click="$store.commit('permissions/setDialog', true )">
+ <v-btn color="error" flat @click="$store.commit('permissions/setDialog', true )" :disabled="selectedRoles.length === 0">
<v-icon left>remove_circle_outline</v-icon>{{ $tc('delete-role', selectedRoles.length, [selectedRoles.length]) }}
</v-btn>
<v-btn color="success" flat @click="$store.commit('permissions/editRole', 0)">