WAF规则增加备注信息/其他界面优化

This commit is contained in:
GoEdgeLab
2022-01-10 10:28:23 +08:00
parent 8efae182c9
commit 0e531443f2
10 changed files with 19 additions and 4 deletions

View File

@@ -140,6 +140,10 @@
<td>
<http-firewall-param-filters-box :v-filters="rule.paramFilters"></http-firewall-param-filters-box>
</td>
</tr>
<tr>
<td>备注</td>
<td><input type="text" name="description" v-model="rule.description"/></td>
</tr>
</tbody>
</table>

View File

@@ -46,7 +46,7 @@
<tbody v-for="set in sets" :data-set-id="set.id">
<tr>
<td style="text-align: center;"><i class="icon bars handle grey"></i> </td>
<td nowrap=""><a href="" @click.prevent="updateSet(set.id)"><span :class="{disabled:!set.isOn}">{{set.name}}</span></a>
<td nowrap=""><a href="" @click.prevent="updateSet(set.id)"><span :class="{disabled:!set.isOn}">{{set.name}}</span> <i class="icon clone outline small"></i> </a>
<p style="margin-top:0.5em">
<label-on :v-is-on="set.isOn"></label-on>
</p>