创建集群时增加“只允许绑定的域名访问”选项

This commit is contained in:
GoEdgeLab
2022-09-16 19:33:57 +08:00
parent 15ae21bba8
commit d30ec25091
5 changed files with 40 additions and 40 deletions

View File

@@ -47,6 +47,6 @@ Vue.component("checkbox", {
},
template: `<div class="ui checkbox">
<input type="checkbox" :name="name" :value="elementValue" :id="elementId" @change="change" v-model="newValue"/>
<label :for="elementId" style="font-size: 0.85em!important;"><slot></slot></label>
<label :for="elementId"><slot></slot></label>
</div>`
})