提交 8f32956d 编写于 作者: L lepdou

add release tips

上级 7170b83d
......@@ -5,11 +5,18 @@
<div class="modal-header panel-primary">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">&times;</span></button>
<h4 class="modal-title" ng-show="!toReleaseNamespace.isBranch">发布</h4>
<h4 class="modal-title" ng-show="!toReleaseNamespace.isBranch">发布
<small>(只有发布过的配置才会被客户端获取到,此次发布只会作用于当前环境:{{env}})</small>
</h4>
<h4 class="modal-title" ng-show="toReleaseNamespace.isBranch && !toReleaseNamespace.mergeAndPublish">
灰度发布</h4>
灰度发布
<small>(灰度发布的配置只会作用于在灰度规则中配置的实例)</small>
</h4>
<h4 class="modal-title" ng-show="toReleaseNamespace.isBranch && toReleaseNamespace.mergeAndPublish">
全量发布</h4>
全量发布
<small>(全量发布的配置会作用于全部的实例)</small>
</h4>
</div>
<div class="release modal-body">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册