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
af7caacd
Commit
af7caacd
authored
Sep 22, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add view for disk usage graph
parent
90daeec8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
8 deletions
+20
-8
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+1
-1
debomatic-webui/views/history.ejs
debomatic-webui/views/history.ejs
+19
-7
No files found.
debomatic-webui/public/stylesheets/style.css
View file @
af7caacd
...
...
@@ -262,7 +262,7 @@ footer .info {
/* History page */
.ct-chart
{
height
:
180px
;
width
:
5
0%
;
width
:
10
0%
;
float
:
left
;
margin-bottom
:
30px
;
position
:
relative
;
...
...
debomatic-webui/views/history.ejs
View file @
af7caacd
<% include header.ejs %>
<article class="
page
">
<article class="">
<header><h2>History</h2></header>
<div class="row" id="charts">
<div class="col-md-4">
<p class="lead text-muted">
The log of package
s
The log of build
s
</p>
<div id="charts">
<div id="days-chart" class="ct-chart"></div>
</div>
<div class="col-md-4">
<p class="lead text-muted">
Total packages
</p>
<div id="distributions-chart" class="ct-chart"></div>
</div>
<div class="col-md-4">
<p class="lead text-muted">
Disk usage
</p>
</div>
</div>
<div class="body" style="display: none">
<a id="download" class="btn btn-primary">Download current view</a>
<table id="history" class="tablesorter">
...
...
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