diff --git a/frontend/src/components/dialogs/ConnectionDialog.vue b/frontend/src/components/dialogs/ConnectionDialog.vue index d6718ff..143d770 100644 --- a/frontend/src/components/dialogs/ConnectionDialog.vue +++ b/frontend/src/components/dialogs/ConnectionDialog.vue @@ -289,6 +289,7 @@ const onClose = () => { v-model:value="generalForm.port" :max="65535" :min="1" + :show-button="false" style="width: 200px" /> @@ -336,7 +337,12 @@ const onClose = () => { :label="$t('dialogue.connection.advn.conn_timeout')" :span="12" path="connTimeout"> - + @@ -346,7 +352,12 @@ const onClose = () => { :label="$t('dialogue.connection.advn.exec_timeout')" :span="12" path="execTimeout"> - + @@ -363,7 +374,11 @@ const onClose = () => { - + { v-model:value="generalForm.ssh.port" :max="65535" :min="1" + :show-button="false" style="width: 200px" /> diff --git a/frontend/src/components/dialogs/PreferencesDialog.vue b/frontend/src/components/dialogs/PreferencesDialog.vue index ead3447..525064d 100644 --- a/frontend/src/components/dialogs/PreferencesDialog.vue +++ b/frontend/src/components/dialogs/PreferencesDialog.vue @@ -101,7 +101,11 @@ const onClose = () => { - + @@ -128,13 +132,13 @@ const onClose = () => { - + - + diff --git a/frontend/src/components/new_value/AddZSetValue.vue b/frontend/src/components/new_value/AddZSetValue.vue index 6e77c14..8bb4304 100644 --- a/frontend/src/components/new_value/AddZSetValue.vue +++ b/frontend/src/components/new_value/AddZSetValue.vue @@ -72,6 +72,7 @@ const onUpdate = () => {