Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 080755d

Browse files
author
icymind
committed
hide vrouter info from systemTab
1 parent f57054f commit 080755d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/renderer/components/Manage/SystemTab.vue

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,19 @@ export default {
5252
{
5353
header: 'VRouter 信息',
5454
infoList: [
55-
{
56-
label: 'BR-LAN',
57-
value: this.vrouterInfo.brLanIP
58-
},
5955
{
6056
label: 'WAN',
6157
value: this.vrouterInfo.lanIP
6258
},
59+
{
60+
label: 'BR-LAN',
61+
value: this.vrouterInfo.brLanIP,
62+
hide: true
63+
},
6364
{
6465
label: 'Bridged Network',
65-
value: this.vrouterInfo.bridgeAdapter
66+
value: this.vrouterInfo.bridgeAdapter,
67+
hide: true
6668
},
6769
{
6870
label: 'Mac Address',

src/renderer/components/Manage/SystemTab/MoreButtons.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</div>
5454
</div>
5555

56-
<div id="about-modal" class="ui tiny modal">
56+
<div id="about-modal" class="ui modal">
5757
<div class="ui top left attached label teal">关于</div>
5858
<div class="content">
5959
<p><i class="ui fork icon green"></i> Version: {{ version }}</p>

0 commit comments

Comments
 (0)