summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModuleDialog.vue
diff options
context:
space:
mode:
authorUdo Walter2019-02-22 02:54:43 +0100
committerUdo Walter2019-02-22 02:54:43 +0100
commit0def171554ba84b48938fa142c408f80f24d70ab (patch)
treea9681ee0e3932ca6165ed222dc5f0eedff1c2572 /webapp/src/components/GroupModuleDialog.vue
parent[ipxe builder] Add cancel button for the ipxe building process, limit log to ... (diff)
downloadbas-0def171554ba84b48938fa142c408f80f24d70ab.tar.gz
bas-0def171554ba84b48938fa142c408f80f24d70ab.tar.xz
bas-0def171554ba84b48938fa142c408f80f24d70ab.zip
rework user api to rest
Diffstat (limited to 'webapp/src/components/GroupModuleDialog.vue')
-rw-r--r--webapp/src/components/GroupModuleDialog.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/src/components/GroupModuleDialog.vue b/webapp/src/components/GroupModuleDialog.vue
index a60a8e5..7c20e85 100644
--- a/webapp/src/components/GroupModuleDialog.vue
+++ b/webapp/src/components/GroupModuleDialog.vue
@@ -94,7 +94,7 @@
<v-icon left>create</v-icon>{{ $t('new') }}
</v-btn>
</v-card-title>
- <v-card-text style="height: 616px" v-if="action === 'add'" class="table-container">
+ <v-card-text v-if="action === 'add'" class="table-container">
<v-divider></v-divider>
<component-search-table v-model="selected" :headers="headers" :items="items" select-all>
<template slot="items" slot-scope="row">
@@ -213,6 +213,7 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
.table-container {
+ height: 100%;
padding: 0;
}
.dialog-title {