aboutsummaryrefslogtreecommitdiffstats
path: root/discovery-ui/src/main/resources/iui/microservices/serviceMng.html
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2019-08-30 16:30:53 +0800
committerHuabing Zhao <zhao.huabing@zte.com.cn>2019-08-30 16:30:57 +0800
commit1794401f46baf48082acb300aa12cb8e0c1a9a49 (patch)
treecb185f712144d15a4da5c00efc8fb0ac6cde6c94 /discovery-ui/src/main/resources/iui/microservices/serviceMng.html
parenta900b81fc5a962c5037f485960dbeea70311154f (diff)
Allow using MSB GUI to register https service
Issue-ID: MSB-198 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I662a5bd2343790ffdf0d9838f3c661c482d95077
Diffstat (limited to 'discovery-ui/src/main/resources/iui/microservices/serviceMng.html')
-rw-r--r--discovery-ui/src/main/resources/iui/microservices/serviceMng.html22
1 files changed, 12 insertions, 10 deletions
diff --git a/discovery-ui/src/main/resources/iui/microservices/serviceMng.html b/discovery-ui/src/main/resources/iui/microservices/serviceMng.html
index 520d263..1cbcd07 100644
--- a/discovery-ui/src/main/resources/iui/microservices/serviceMng.html
+++ b/discovery-ui/src/main/resources/iui/microservices/serviceMng.html
@@ -538,18 +538,15 @@
<div class="row">
-
<div class="form-group col-xs-6">
<label class="control-label col-xs-3">
Host
</label>
<div class="col-xs-7">
-
<input type="text" name="host" ms-duplex="msbRouteInfo.host" ms-attr-disabled="vm.pageInfo.pageType=='view'" class="form-control" />
<span class="help-block"></span>
</div>
-
</div>
<div class="form-group col-xs-6">
@@ -558,19 +555,24 @@
</label>
<div class="col-xs-7">
-
<input type="text" name="path" ms-duplex="msbRouteInfo.path" ms-attr-disabled="vm.pageInfo.pageType=='view'" class="form-control " />
<span class="help-block"></span>
</div>
-
</div>
-
-
</div>
-
-
-
+ <div class="row">
+ <div class="form-group col-xs-6">
+ <label class="control-label col-xs-3">
+ Enable SSL
+ </label>
+ <div class="col-xs-7">
+ <input type="checkbox" name="enable_ssl" id="enable_ssl" value="true" ms-duplex="msbRouteInfo.enable_ssl" ms-attr-disabled="vm.pageInfo.pageType=='view'" class="form-control" />
+
+ <span class="help-block"></span>
+ </div>
+ </div>
+ </div>
<div class="form-title">