Lines Matching refs:hostname
3 id="modal-hostname"
8 <b-form id="hostname-settings" @submit.prevent="handleSubmit">
12 :label="$t('pageNetwork.hostname')"
13 label-for="hostname"
16 id="hostname"
17 v-model="form.hostname"
19 :state="getValidationState(v$.form.hostname)"
20 @input="v$.form.hostname.$touch()"
23 <template v-if="v$.form.hostname.required.$invalid">
26 <template v-if="v$.form.hostname.validateHostname.$invalid">
39 form="hostname-settings"
62 hostname: {
76 hostname: '',
81 hostname() {
82 this.form.hostname = this.hostname;
88 hostname: {
99 this.$emit('ok', { HostName: this.form.hostname });
108 this.form.hostname = this.hostname;