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
1f93272b
Commit
1f93272b
authored
Jul 27, 2016
by
lepdou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
aad80f8a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
sync.html
apollo-portal/src/main/resources/static/config/sync.html
+2
-3
No files found.
apollo-portal/src/main/resources/static/config/sync.html
View file @
1f93272b
...
@@ -106,11 +106,11 @@
...
@@ -106,11 +106,11 @@
<!--step 2-->
<!--step 2-->
<div
class=
"row"
ng-show=
"syncItemStep == 2"
ng-repeat=
"clusterDiff in clusterDiffs"
>
<div
class=
"row"
ng-show=
"syncItemStep == 2"
ng-repeat=
"clusterDiff in clusterDiffs"
>
<h
5
class=
"text-center"
>
<h
4
class=
"text-center"
>
环境:
<span
ng-bind=
"clusterDiff.namespace.env"
></span>
环境:
<span
ng-bind=
"clusterDiff.namespace.env"
></span>
集群:
<span
ng-bind=
"clusterDiff.namespace.clusterName"
></span>
集群:
<span
ng-bind=
"clusterDiff.namespace.clusterName"
></span>
<span
ng-show=
"!clusterDiff.extInfo"
>
Namespace:{{pageContext.namespaceName}}
</span>
<span
ng-show=
"!clusterDiff.extInfo"
>
Namespace:{{pageContext.namespaceName}}
</span>
</h
5
>
</h
4
>
<div
class=
"text-center"
<div
class=
"text-center"
ng-show=
"clusterDiff.diffs.createItems.length + clusterDiff.diffs.updateItems.length == 0 || clusterDiff.extInfo"
>
ng-show=
"clusterDiff.diffs.createItems.length + clusterDiff.diffs.updateItems.length == 0 || clusterDiff.extInfo"
>
<span
ng-show=
"clusterDiff.diffs.createItems.length + clusterDiff.diffs.updateItems.length == 0 && !clusterDiff.extInfo"
>
没有更新的配置
</span>
<span
ng-show=
"clusterDiff.diffs.createItems.length + clusterDiff.diffs.updateItems.length == 0 && !clusterDiff.extInfo"
>
没有更新的配置
</span>
...
@@ -162,7 +162,6 @@
...
@@ -162,7 +162,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
</div>
</div>
...
...
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