summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/BackendModuleEdit.vue
diff options
context:
space:
mode:
authorJannik Schönartz2018-08-29 21:11:47 +0200
committerJannik Schönartz2018-08-29 21:11:47 +0200
commita95d3a92646b447acdfd3cd13d2c028c41c2e132 (patch)
tree1cdd3a04fdb6c9b0aeaba2b95428691a867b31a6 /webapp/src/components/BackendModuleEdit.vue
parent[registration] Add spaces and parent path to the manual registration (diff)
downloadbas-a95d3a92646b447acdfd3cd13d2c028c41c2e132.tar.gz
bas-a95d3a92646b447acdfd3cd13d2c028c41c2e132.tar.xz
bas-a95d3a92646b447acdfd3cd13d2c028c41c2e132.zip
[registration] Add parent tree view in the manual registration
Add parents as not clickable boot entry. Indent childs to get a tree view. Fix switch bug in the external-backends module. Add utf-8 to ascii escaping because ipxe can't use utf-8
Diffstat (limited to 'webapp/src/components/BackendModuleEdit.vue')
-rw-r--r--webapp/src/components/BackendModuleEdit.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/src/components/BackendModuleEdit.vue b/webapp/src/components/BackendModuleEdit.vue
index ad06d54..5f66ca3 100644
--- a/webapp/src/components/BackendModuleEdit.vue
+++ b/webapp/src/components/BackendModuleEdit.vue
@@ -256,6 +256,7 @@ export default {
this.statusColor = 'primary--text'
this.statusLabel = this.$t('pending')
this.$refs.form.reset()
+ this.elements = []
if (this.backendId !== 0) {
this.loadBackend(this.backendId)
this.step = 2