blob: 777e6eea0fe8360951a873f7afe8ab17591a704c [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<div class="modal-component">
<h2>删除微服务</h2>
<div class="container">
<div>
<div>确定要对微服务及其版本进行删除操作吗?</div>
<p>
删除后将无法恢复。
<span style="color: red">
如果删除的服务有实例,需要先将对应实例卸载,否则服务会再次注册。
</span>
</p>
</div>
</div>
<div class="footer">
<d-button bsStyle="danger" (click)="onConfirm()">确定</d-button>
<d-button bsStyle="common" (click)="onCancel()" class="cse-mg-left-lg"
>取消</d-button
>
</div>
</div>