网络设置隐藏hosntname设置

This commit is contained in:
fangxiang 2022-07-01 11:11:23 +08:00
parent cf7cf19c6b
commit 52ffed28d9
3 changed files with 8 additions and 3 deletions

View File

@ -59,6 +59,11 @@ export default class RemoteDataExangeProcesser {
); );
} }
break; break;
case "ip_list":
global_data.applicationConfig.ip_list = JSON.parse(
temp.value
);
break;
default: default:
{ {
(<any>global_data.applicationConfig)[temp.key] = (<any>global_data.applicationConfig)[temp.key] =

View File

@ -87,7 +87,7 @@
<q-separator /> <q-separator />
<q-tab-panels v-model="tab" animated> <q-tab-panels v-model="tab" animated>
<q-tab-panel name="network" class="_panel"> <q-tab-panel name="network" class="_panel">
<q-card> <q-card class="fit">
<q-card-section> <q-card-section>
<q-form ref="network_form" @submit="applyNetwork"> <q-form ref="network_form" @submit="applyNetwork">
<q-list> <q-list>

View File

@ -33,7 +33,7 @@
class="scroll q-pa-xs q-ma-none" class="scroll q-pa-xs q-ma-none"
style="width: 60vw; height: 65vh" style="width: 60vw; height: 65vh"
> >
<q-card-section class="q-pb-none"> <q-card-section class="fit" v-if="false">
<q-card> <q-card>
<q-card-section> <q-card-section>
<q-item class="q-pa-none"> <q-item class="q-pa-none">
@ -163,7 +163,7 @@
<style lang="sass"> <style lang="sass">
.advance-ip-table .advance-ip-table
/* height or max-height is important */ /* height or max-height is important */
max-height: 46vh max-height: 60vh
.q-table__top, .q-table__top,
.q-table__bottom, .q-table__bottom,