aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2019-08-30 16:54:46 +0800
committerHuabing Zhao <zhao.huabing@zte.com.cn>2019-08-30 16:54:50 +0800
commiteda17e6ca39df76404df3cd0d8ff482a84d03b29 (patch)
tree4cc684b8738740312f33ac063a10ce83f8a8b000
parent1794401f46baf48082acb300aa12cb8e0c1a9a49 (diff)
Allow update/delete of services created by API
Issue-ID: MSB-332 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I01bf8bdaf914921d094e573fa8ff8424e82060fe
-rw-r--r--discovery-ui/src/main/resources/iui/microservices/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/discovery-ui/src/main/resources/iui/microservices/index.html b/discovery-ui/src/main/resources/iui/microservices/index.html
index dac9a77..853a552 100644
--- a/discovery-ui/src/main/resources/iui/microservices/index.html
+++ b/discovery-ui/src/main/resources/iui/microservices/index.html
@@ -136,7 +136,8 @@
<a href="#" title="org_onap_msb_route_box_btn_view" name_i18n="org_onap_msb_discover_ui_i18n" class="btn btn-default btn-s" ms-click="viewmsbRoute(msb.serviceName,msb.version,msb.namespace)"><i class="fa fa-file-text-o"></i></a>
- <span ms-visible="msb.is_manual==true">
+ <!--span ms-visible="msb.is_manual==true"-->
+ <span>
<a href="#" title="org_onap_msb_route_box_btn_update" name_i18n="org_onap_msb_discover_ui_i18n" class="btn btn-default btn-s" ms-click="updatemsbRoute(msb.serviceName,msb.version,msb.namespace)"><i class="fa fa fa-pencil-square-o"></i></a>
<a href="#" title="org_onap_msb_route_box_btn_delete" name_i18n="org_onap_msb_discover_ui_i18n" class="btn btn-default btn-s" ms-click="delmsbRoute(msb.serviceName,msb.version,msb.namespace,this)"><i class="fa fa-trash-o"></i></a>
</span>