单个节点支持多个DNS线路

This commit is contained in:
刘祥超
2020-11-16 13:03:45 +08:00
parent 8abf806ce9
commit b466868da1
43 changed files with 348 additions and 124 deletions

View File

@@ -9,7 +9,7 @@
</second-menu>
<p class="comment" v-if="cachePolicies == null || cachePolicies.length == 0">暂时还没有缓存策略。</p>
<table class="ui table selectable" v-if="cachePolicies != null && cachePolicies.length > 0">
<table class="ui table selectable celled" v-if="cachePolicies != null && cachePolicies.length > 0">
<thead>
<tr>
<th>策略名称</th>

View File

@@ -11,7 +11,7 @@
<p class="comment" v-if="groups.length == 0">暂时还没有分组。</p>
<div v-show="groups.length > 0">
<div class="margin"></div>
<table class="ui table selectable" id="sortable-table">
<table class="ui table selectable celled" id="sortable-table">
<thead>
<tr>
<th style="width:3em"></th>

View File

@@ -11,7 +11,7 @@
<p class="comment" v-if="libraries.length == 0">暂时还没有IP库。</p>
<div v-if="libraries.length > 0">
<div class="margin"></div>
<table class="ui table selectable">
<table class="ui table selectable celled">
<thead>
<tr>
<th>文件名</th>

View File

@@ -14,7 +14,7 @@
</second-menu>
<p class="comment" v-if="certs.length == 0">暂时还没有相关的证书。</p>
<table class="ui table selectable" v-if="certs.length > 0">
<table class="ui table selectable celled" v-if="certs.length > 0">
<thead>
<tr>
<th>证书说明</th>

View File

@@ -2,7 +2,7 @@
<h3>选择证书</h3>
<p class="comment" v-if="certs.length == 0">暂时还没有相关的证书。</p>
<table class="ui table selectable" v-if="certs.length > 0">
<table class="ui table selectable celled" v-if="certs.length > 0">
<thead>
<tr>
<th>证书说明</th>

View File

@@ -27,7 +27,7 @@
<h3 style="padding-top:0.8em">规则集<a href="" @click.prevent="createSet(group.id)">[添加规则集]</a> </h3>
<p class="comment" v-if="sets == null || sets.length == 0">暂时还没有规则。</p>
<table class="ui table selectable" id="sortable-table" v-if="sets != null && sets.length > 0">
<table class="ui table selectable celled" id="sortable-table" v-if="sets != null && sets.length > 0">
<thead>
<tr>
<th style="width:3em"></th>

View File

@@ -10,7 +10,7 @@
<p class="comment" v-if="groups.length == 0">暂时还没有规则分组。</p>
<table class="ui table selectable" v-if="groups.length > 0" id="sortable-table">
<table class="ui table selectable celled" v-if="groups.length > 0" id="sortable-table">
<thead>
<tr>
<th style="width:3em"></th>

View File

@@ -10,7 +10,7 @@
<p class="comment" v-if="policies.length == 0">暂时还没有WAF策略。</p>
<table class="ui table selectable" v-if="policies.length > 0">
<table class="ui table selectable celled" v-if="policies.length > 0">
<thead>
<tr>
<th>策略名称</th>

View File

@@ -7,7 +7,7 @@
<p class="comment" v-if="items.length == 0">暂时还没有IP。</p>
<table class="ui table selectable" v-if="items.length > 0">
<table class="ui table selectable celled" v-if="items.length > 0">
<thead>
<tr>
<th>IP</th>

View File

@@ -24,7 +24,7 @@
<p class="ui message" v-if="servers.length == 0">暂时还没有服务。</p>
<table class="ui table selectable" v-if="servers.length > 0">
<table class="ui table selectable celled" v-if="servers.length > 0">
<thead>
<tr>
<th>服务名称</th>
@@ -32,7 +32,7 @@
<th>部署集群</th>
<th>域名</th>
<th>端口</th>
<th class="two wide">状态</th>
<th class="two wide center">状态</th>
<th class="two op">操作</th>
</tr>
</thead>
@@ -65,7 +65,7 @@
<tiny-label>{{port.portRange}}<span class="small">{{port.protocol}}</span></tiny-label>
</div>
</td>
<td>
<td class="center">
<label-on :v-is-on="server.isOn"></label-on>
</td>
<td>

View File

@@ -10,7 +10,7 @@
<p class="comment" v-if="locations.length == 0">暂时还没有路径规则。</p>
<table class="ui table selectable" v-if="locations.length > 0" id="sortable-table">
<table class="ui table selectable celled" v-if="locations.length > 0" id="sortable-table">
<thead>
<tr>
<th style="width:1em"></th>