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
c9ff9dce
Commit
c9ff9dce
authored
Jun 28, 2016
by
lepdou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
namespace permission bugfix
parent
f763525b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
config.html
apollo-portal/src/main/resources/static/config.html
+4
-4
No files found.
apollo-portal/src/main/resources/static/config.html
View file @
c9ff9dce
...
@@ -99,11 +99,12 @@
...
@@ -99,11 +99,12 @@
<div
class=
"col-md-8 text-right"
>
<div
class=
"col-md-8 text-right"
>
<button
type=
"button"
<button
type=
"button"
class=
"btn btn-success btn-sm J_tableview_btn"
class=
"btn btn-success btn-sm J_tableview_btn"
ng-show=
"namespace.hasReleasePermission || namespace.hasModifyPermission"
ng-disabled=
"namespace.isTextEditing"
ng-disabled=
"namespace.isTextEditing"
ng-click=
"prepareReleaseNamespace(namespace)"
>
ng-click=
"prepareReleaseNamespace(namespace)"
>
<img
src=
"img/release.png"
>
<img
src=
"img/release.png"
>
发布
发布
<!--ng-show="namespace.hasReleasePermission"-->
</button>
</button>
<button
type=
"button"
<button
type=
"button"
class=
"btn btn-default btn-sm J_tableview_btn"
disabled
class=
"btn btn-default btn-sm J_tableview_btn"
disabled
...
@@ -112,8 +113,7 @@
...
@@ -112,8 +113,7 @@
回滚
回滚
</button>
</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"
href=
"/namespace/role.html?#/appid={{pageContext.appId}}&namespaceName={{namespace.namespace.namespaceName}}"
href=
"/namespace/role.html?#/appid={{pageContext.appId}}&namespaceName={{namespace.namespace.namespaceName}}"
>
ng-show=
"hasAssignUserPermission"
>
<img
src=
"img/release-history.png"
>
<img
src=
"img/release-history.png"
>
发布历史
发布历史
</button>
</button>
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
</a>
</a>
<a
type=
"button"
class=
"btn btn-default btn-sm J_tableview_btn"
<a
type=
"button"
class=
"btn btn-default btn-sm J_tableview_btn"
href=
"config/sync.html?#/appid={{pageContext.appId}}&env={{pageContext.env}}&clusterName={{pageContext.clusterName}}&namespaceName={{namespace.namespace.namespaceName}}"
href=
"config/sync.html?#/appid={{pageContext.appId}}&env={{pageContext.env}}&clusterName={{pageContext.clusterName}}&namespaceName={{namespace.namespace.namespaceName}}"
ng-show=
"
hasAssignUser
Permission"
>
ng-show=
"
namespace.hasModify
Permission"
>
<img
src=
"img/sync.png"
>
<img
src=
"img/sync.png"
>
同步配置
同步配置
</a>
</a>
...
...
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