Commit 3557d880 by Jason Song Committed by GitHub

Merge pull request #509 from lepdou/release_tip

add release tips
parents 7170b83d 8f32956d
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment