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
00883fd1
Commit
00883fd1
authored
Jan 03, 2017
by
lepdou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI adapt namespace has not commit situation
parent
770d2dae
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 @
00883fd1
...
...
@@ -656,7 +656,7 @@ table th {
padding
:
15px
;
}
.
release-history
.
empty-container
{
.empty-container
{
padding
:
15px
;
}
...
...
apollo-portal/src/main/resources/static/views/component/namespace-panel-master-tab.html
View file @
00883fd1
...
...
@@ -602,9 +602,12 @@
ng-show=
"namespace.viewType == 'text' && namespace.isTextEditing"
ng-disabled=
"!namespace.isTextEditing"
ng-model=
"namespace.editText"
>
</textarea>
<!--history view-->
<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=
"row"
>
<div
class=
"col-md-6"
><h3
class=
"media-heading"
ng-bind=
"commits.dataChangeCreatedBy"
></h3>
...
...
@@ -732,6 +735,9 @@
ng-click=
"loadCommitHistory(namespace)"
>
加载更多
<span
class=
"glyphicon glyphicon-menu-down"
></span></button>
</div>
<div
class=
"empty-container text-center"
ng-show=
"!namespace.commits || !namespace.commits.length"
>
无更改历史
</div>
</div>
<!--instance view-->
<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