Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
8f32956d
Commit
8f32956d
authored
Jan 09, 2017
by
lepdou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add release tips
parent
7170b83d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
release-modal.html
.../main/resources/static/views/component/release-modal.html
+10
-3
No files found.
apollo-portal/src/main/resources/static/views/component/release-modal.html
View file @
8f32956d
...
@@ -5,11 +5,18 @@
...
@@ -5,11 +5,18 @@
<div
class=
"modal-header panel-primary"
>
<div
class=
"modal-header panel-primary"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
><span
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
><span
aria-hidden=
"true"
>
×
</span></button>
aria-hidden=
"true"
>
×
</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
class=
"modal-title"
ng-show=
"toReleaseNamespace.isBranch && !toReleaseNamespace.mergeAndPublish"
>
灰度发布
</h4>
灰度发布
<small>
(灰度发布的配置只会作用于在灰度规则中配置的实例)
</small>
</h4>
<h4
class=
"modal-title"
ng-show=
"toReleaseNamespace.isBranch && toReleaseNamespace.mergeAndPublish"
>
<h4
class=
"modal-title"
ng-show=
"toReleaseNamespace.isBranch && toReleaseNamespace.mergeAndPublish"
>
全量发布
</h4>
全量发布
<small>
(全量发布的配置会作用于全部的实例)
</small>
</h4>
</div>
</div>
<div
class=
"release modal-body"
>
<div
class=
"release modal-body"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment