diff --git a/frontend/components/connections/GroupEditDialog.vue b/frontend/components/connections/GroupEditDialog.vue index 333fdef..116585a 100644 --- a/frontend/components/connections/GroupEditDialog.vue +++ b/frontend/components/connections/GroupEditDialog.vue @@ -1,6 +1,4 @@ - - - - - Group Name * - + + + + + + + + + {{ title }} + × + + + + + Group Name * + + + + Parent Group + + {{ opt.label }} + + + {{ error }} + + + + Cancel + + {{ saving ? 'Saving...' : 'Save' }} + + - - - - Parent Group - - - - - {{ error }} - - - - - - - - + diff --git a/frontend/components/connections/HostEditDialog.vue b/frontend/components/connections/HostEditDialog.vue index f90c49b..aff5753 100644 --- a/frontend/components/connections/HostEditDialog.vue +++ b/frontend/components/connections/HostEditDialog.vue @@ -1,6 +1,4 @@ - - - - - Name * - - - - - - - Hostname / IP * - + + + + + + + + + {{ title }} + × - - Port - + + + + + Name * + + + + + + + Hostname / IP * + + + + Port + + + + + + + Protocol + + SSH + RDP + + + + + + Group + + {{ opt.label }} + + + + + + Credential + + {{ opt.label }} + + + + + + Color (optional) + + + {{ form.color || 'None' }} + Clear + + + + + + Tags + + + Add + + + + {{ tag }} + × + + + + + + + Notes + + + + + {{ error }} + + + + Cancel + + {{ saving ? 'Saving...' : 'Save' }} + - - - - Protocol - - - - - - Group - - - - - - Credential - - - - - - Color (optional) - - - {{ form.color || 'None' }} - Clear - - - - - - Tags - - - Add - - - - {{ tag }} - × - - - - - - - Notes - - - - - {{ error }} - - - - - - - - +
{{ error }}