summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/BackendModule.vue
diff options
context:
space:
mode:
authorUdo Walter2018-11-15 01:56:01 +0100
committerUdo Walter2018-11-15 01:56:01 +0100
commit7a888b445315d74ef66480d0b8902a0ae4825811 (patch)
treed3c1e9828a377be1006bd207f5b0626997ad9c0d /webapp/src/components/BackendModule.vue
parent[idoit] Clients are now added to the idoit backend (diff)
downloadbas-7a888b445315d74ef66480d0b8902a0ae4825811.tar.gz
bas-7a888b445315d74ef66480d0b8902a0ae4825811.tar.xz
bas-7a888b445315d74ef66480d0b8902a0ae4825811.zip
[groups] fix api method to get a group taking way to long with all=true
This also fixes timeout crashes that occurred if a group had a lot of subgroups
Diffstat (limited to 'webapp/src/components/BackendModule.vue')
-rw-r--r--webapp/src/components/BackendModule.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/BackendModule.vue b/webapp/src/components/BackendModule.vue
index c21ac42..874110c 100644
--- a/webapp/src/components/BackendModule.vue
+++ b/webapp/src/components/BackendModule.vue
@@ -83,7 +83,7 @@ export default {
data () {
return {
component: 'BackendModuleTable',
- tab: ''
+ tab: 0
}
},
methods: {