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
7170b83d
Commit
7170b83d
authored
Jan 05, 2017
by
Jason Song
Committed by
GitHub
Jan 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #508 from lepdou/0105
UI adapt namespace has not commit situation
parents
770d2dae
00883fd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
common-style.css
...-portal/src/main/resources/static/styles/common-style.css
+1
-1
namespace-panel-master-tab.html
...es/static/views/component/namespace-panel-master-tab.html
+7
-1
No files found.
apollo-portal/src/main/resources/static/styles/common-style.css
View file @
7170b83d
...
@@ -656,7 +656,7 @@ table th {
...
@@ -656,7 +656,7 @@ table th {
padding
:
15px
;
padding
:
15px
;
}
}
.
release-history
.
empty-container
{
.empty-container
{
padding
:
15px
;
padding
:
15px
;
}
}
...
...
apollo-portal/src/main/resources/static/views/component/namespace-panel-master-tab.html
View file @
7170b83d
...
@@ -602,9 +602,12 @@
...
@@ -602,9 +602,12 @@
ng-show=
"namespace.viewType == 'text' && namespace.isTextEditing"
ng-show=
"namespace.viewType == 'text' && namespace.isTextEditing"
ng-disabled=
"!namespace.isTextEditing"
ng-model=
"namespace.editText"
>
ng-disabled=
"!namespace.isTextEditing"
ng-model=
"namespace.editText"
>
</textarea>
</textarea>
<!--history view-->
<!--history view-->
<div
class=
"J_historyview history-view"
ng-show=
"namespace.viewType == 'history'"
>
<div
class=
"J_historyview history-view"
ng-show=
"namespace.viewType == 'history'"
>
<div
class=
"media"
ng-repeat=
"commits in namespace.commits"
>
<div
class=
"media"
ng-show=
"namespace.commits && namespace.commits.length"
ng-repeat=
"commits in namespace.commits"
>
<div
class=
"media-body"
>
<div
class=
"media-body"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
><h3
class=
"media-heading"
ng-bind=
"commits.dataChangeCreatedBy"
></h3>
<div
class=
"col-md-6"
><h3
class=
"media-heading"
ng-bind=
"commits.dataChangeCreatedBy"
></h3>
...
@@ -732,6 +735,9 @@
...
@@ -732,6 +735,9 @@
ng-click=
"loadCommitHistory(namespace)"
>
加载更多
ng-click=
"loadCommitHistory(namespace)"
>
加载更多
<span
class=
"glyphicon glyphicon-menu-down"
></span></button>
<span
class=
"glyphicon glyphicon-menu-down"
></span></button>
</div>
</div>
<div
class=
"empty-container text-center"
ng-show=
"!namespace.commits || !namespace.commits.length"
>
无更改历史
</div>
</div>
</div>
<!--instance view-->
<!--instance view-->
<div
class=
"panel panel-default instance-view"
ng-show=
"namespace.viewType == 'instance'"
>
<div
class=
"panel panel-default instance-view"
ng-show=
"namespace.viewType == 'instance'"
>
...
...
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