创建服务和修改服务HTTPS设置时也支持批量上传证书

This commit is contained in:
GoEdgeLab
2023-03-26 12:00:41 +08:00
parent c7f530878f
commit 00f2db10bc
7 changed files with 148 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
<tr>
<td>所属用户</td>
<td>
<user-selector @change="changeUserId"></user-selector>
<user-selector @change="changeUserId" :v-user-id="userId"></user-selector>
<p class="comment">可选项,指定证书所属的用户;指定用户后,上传的证书管理员无法在管理系统查看,只能在用户系统查看。</p>
</td>
</tr>

View File

@@ -1,6 +1,5 @@
Tea.context(function () {
this.isRequesting = false
this.userId = 0
this.before = function () {
this.isRequesting = true

View File

@@ -12,8 +12,15 @@
<p class="comment">可以简单说明证书的用途。</p>
</td>
</tr>
<tr>
<td>所属用户</td>
<td>
<user-selector :v-user-id="userId"></user-selector>
<p class="comment">可选项,当前证书所属用户。</p>
</td>
</tr>
<tr>
<td>证书类型</td>
<td>证书类型 *</td>
<td>
<select class="ui dropdown auto-width" name="isCA" v-model="isCA">
<option value="0">加密证书</option>