Skip to content

Commit

Permalink
Merge pull request apolloconfig#509 from lepdou/release_tip
Browse files Browse the repository at this point in the history
add release tips
  • Loading branch information
nobodyiam authored Jan 9, 2017
2 parents 7170b83 + 8f32956 commit 3557d88
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 3557d88

Please sign in to comment.