Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
12e986d8
Commit
12e986d8
authored
Sep 10, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'github/master' into portable
parents
1c4e982d
19cce685
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
debomatic-webui/public/javascripts/page_history.js
debomatic-webui/public/javascripts/page_history.js
+3
-0
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+5
-0
debomatic-webui/routes/index.coffee
debomatic-webui/routes/index.coffee
+2
-2
No files found.
debomatic-webui/public/javascripts/page_history.js
View file @
12e986d8
...
...
@@ -117,6 +117,9 @@ function Page_History() {
Chartist
.
Pie
(
'
#distributions-chart
'
,
distributions_data
,
{
donut
:
true
,
donutWidth
:
15
,
chartPadding
:
15
,
labelOffset
:
15
,
labelDirection
:
'
explode
'
,
});
}
...
...
debomatic-webui/public/stylesheets/style.css
View file @
12e986d8
...
...
@@ -265,6 +265,11 @@ footer .info {
margin-bottom
:
30px
;
}
#distributions-chart
.ct-chart
{
height
:
200px
;
margin-top
:
-20px
;
}
.ct-chart
.ct-label
{
font-size
:
0.9em
;
}
debomatic-webui/routes/index.coffee
View file @
12e986d8
...
...
@@ -25,9 +25,9 @@ exports.history = (req, res) ->
delete
json
.
files
return
json
compare
=
(
a
,
b
)
->
if
a
.
end
<
b
.
end
if
a
.
start
<
b
.
start
return
-
1
if
a
.
end
>
b
.
end
if
a
.
start
>
b
.
start
return
1
return
0
...
...
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