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
fe9047fe
Commit
fe9047fe
authored
Jul 29, 2016
by
Jason Song
Committed by
GitHub
Jul 29, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #358 from lepdou/coverity
namespace button tips
parents
0ecaebe4
ad72cc0e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
namespace-panel.html
...ain/resources/static/views/component/namespace-panel.html
+7
-4
No files found.
apollo-portal/src/main/resources/static/views/component/namespace-panel.html
View file @
fe9047fe
...
...
@@ -21,8 +21,8 @@
ng-show=
"namespace.lockOwner"
>
当前修改者:{{namespace.lockOwner}}
</span>
</div>
<div
class=
"col-md-6 text-right"
>
<button
type=
"button"
class=
"btn btn-success btn-sm J_tableview_btn
"
<button
type=
"button"
class=
"btn btn-success btn-sm J_tableview_btn"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"发布配置
"
ng-show=
"namespace.hasReleasePermission || namespace.hasModifyPermission"
ng-disabled=
"namespace.isTextEditing"
ng-click=
"preReleaseNs(namespace)"
>
...
...
@@ -30,25 +30,28 @@
发布
</button>
<button
type=
"button"
class=
"btn btn-default btn-sm J_tableview_btn
"
<button
type=
"button"
class=
"btn btn-default btn-sm J_tableview_btn"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"回滚配置
"
ng-show=
"namespace.hasReleasePermission"
ng-click=
"preRollback(namespace)"
>
<img
src=
"img/rollback.png"
>
回滚
</button>
<a
type=
"button"
class=
"btn btn-default btn-sm J_tableview_btn"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"查看发布历史"
href=
"/config/history.html?#/appid={{appId}}&env={{env}}&clusterName={{cluster}}&namespaceName={{namespace.baseInfo.namespaceName}}"
>
<img
src=
"img/release-history.png"
>
发布历史
</a>
<a
type=
"button"
class=
"btn btn-default btn-sm J_tableview_btn"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"配置修改、发布权限"
href=
"/namespace/role.html?#/appid={{appId}}&namespaceName={{namespace.baseInfo.namespaceName}}"
ng-show=
"hasAssignUserPermission"
>
<img
src=
"img/assign.png"
>
授权
</a>
<a
type=
"button"
class=
"btn btn-default btn-sm J_tableview_btn"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"同步各环境间配置"
ng-click=
"goToSyncPage(namespace)"
ng-show=
"namespace.hasModifyPermission && namespace.isPropertiesFormat"
>
<img
src=
"img/sync.png"
>
...
...
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