mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-20 16:20:27 +08:00
优化界面文字和细节
This commit is contained in:
@@ -2138,7 +2138,7 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
<more-options-tbody @change="changeOptionsVisible"></more-options-tbody>
|
<more-options-tbody @change="changeOptionsVisible" v-show="firewall.isOn"></more-options-tbody>
|
||||||
<tbody v-show="moreOptionsVisible">
|
<tbody v-show="moreOptionsVisible">
|
||||||
<tr>
|
<tr>
|
||||||
<td>启用系统全局规则</td>
|
<td>启用系统全局规则</td>
|
||||||
@@ -3054,7 +3054,7 @@ example2.com
|
|||||||
<span v-if="config.code == 'post_307' && config.options.life > 0">:有效期{{config.options.life}}秒</span>
|
<span v-if="config.code == 'post_307' && config.options.life > 0">:有效期{{config.options.life}}秒</span>
|
||||||
|
|
||||||
<!-- record_ip -->
|
<!-- record_ip -->
|
||||||
<span v-if="config.code == 'record_ip'">:{{config.options.ipListName}}</span>
|
<span v-if="config.code == 'record_ip'">:<span :class="{red: config.options.ipListIsDeleted}">{{config.options.ipListName}}</span></span>
|
||||||
|
|
||||||
<!-- tag -->
|
<!-- tag -->
|
||||||
<span v-if="config.code == 'tag'">:{{config.options.tags.join(", ")}}</span>
|
<span v-if="config.code == 'tag'">:{{config.options.tags.join(", ")}}</span>
|
||||||
|
|||||||
@@ -5700,7 +5700,7 @@ Vue.component("http-firewall-config-box", {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
<more-options-tbody @change="changeOptionsVisible"></more-options-tbody>
|
<more-options-tbody @change="changeOptionsVisible" v-show="firewall.isOn"></more-options-tbody>
|
||||||
<tbody v-show="moreOptionsVisible">
|
<tbody v-show="moreOptionsVisible">
|
||||||
<tr>
|
<tr>
|
||||||
<td>启用系统全局规则</td>
|
<td>启用系统全局规则</td>
|
||||||
@@ -9238,7 +9238,7 @@ Vue.component("http-firewall-actions-box", {
|
|||||||
<span v-if="config.code == 'post_307' && config.options.life > 0">:有效期{{config.options.life}}秒</span>
|
<span v-if="config.code == 'post_307' && config.options.life > 0">:有效期{{config.options.life}}秒</span>
|
||||||
|
|
||||||
<!-- record_ip -->
|
<!-- record_ip -->
|
||||||
<span v-if="config.code == 'record_ip'">:{{config.options.ipListName}}</span>
|
<span v-if="config.code == 'record_ip'">:<span :class="{red: config.options.ipListIsDeleted}">{{config.options.ipListName}}</span></span>
|
||||||
|
|
||||||
<!-- tag -->
|
<!-- tag -->
|
||||||
<span v-if="config.code == 'tag'">:{{config.options.tags.join(", ")}}</span>
|
<span v-if="config.code == 'tag'">:{{config.options.tags.join(", ")}}</span>
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Vue.component("http-firewall-config-box", {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
<more-options-tbody @change="changeOptionsVisible"></more-options-tbody>
|
<more-options-tbody @change="changeOptionsVisible" v-show="firewall.isOn"></more-options-tbody>
|
||||||
<tbody v-show="moreOptionsVisible">
|
<tbody v-show="moreOptionsVisible">
|
||||||
<tr>
|
<tr>
|
||||||
<td>启用系统全局规则</td>
|
<td>启用系统全局规则</td>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<td>代号</td>
|
<td>代号</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="code" maxlength="100"/>
|
<input type="text" name="code" maxlength="100"/>
|
||||||
<p class="comment">在导入时可以合并相同代号的分组。</p>
|
<p class="comment">可选项,在导入时可以合并相同代号的分组。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<td>代号</td>
|
<td>代号</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="code" maxlength="100" v-model="group.code"/>
|
<input type="text" name="code" maxlength="100" v-model="group.code"/>
|
||||||
<p class="comment">在导入时可以合并相同代号的分组。</p>
|
<p class="comment">可选项,在导入时可以合并相同代号的分组。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user