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
aebe3389
Commit
aebe3389
authored
Sep 15, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not display empty table
parent
300f0309
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
14 deletions
+17
-14
debomatic-webui/public/javascripts/page_history.js
debomatic-webui/public/javascripts/page_history.js
+1
-0
debomatic-webui/views/history.ejs
debomatic-webui/views/history.ejs
+16
-14
No files found.
debomatic-webui/public/javascripts/page_history.js
View file @
aebe3389
...
@@ -254,6 +254,7 @@ function Page_History() {
...
@@ -254,6 +254,7 @@ function Page_History() {
_sort_table
();
_sort_table
();
_create_graph_distributions
();
_create_graph_distributions
();
_create_graph_days
();
_create_graph_days
();
$
(
'
.body
'
).
fadeIn
(
"
fast
"
);
});
});
debug_socket
(
'
emit
'
,
config
.
events
.
client
.
history
,
''
);
debug_socket
(
'
emit
'
,
config
.
events
.
client
.
history
,
''
);
...
...
debomatic-webui/views/history.ejs
View file @
aebe3389
...
@@ -9,19 +9,21 @@
...
@@ -9,19 +9,21 @@
<div id="days-chart" class="ct-chart"></div>
<div id="days-chart" class="ct-chart"></div>
<div id="distributions-chart" class="ct-chart"></div>
<div id="distributions-chart" class="ct-chart"></div>
</div>
</div>
<a id="download" class="btn btn-primary">Download current view</a>
<div class="body" style="display: none">
<table id="history" class="tablesorter">
<a id="download" class="btn btn-primary">Download current view</a>
<thead>
<table id="history" class="tablesorter">
<tr>
<thead>
<th class="filter-select filter-exact" data-placeholder="All">Distribution</th>
<tr>
<th>Package</th>
<th class="filter-select filter-exact" data-placeholder="All">Distribution</th>
<th data-empty="top" data-placeholder=">= 01/01/1990">Start</th>
<th>Package</th>
<th data-empty="top" data-placeholder=">= 01/01/1990">End</th>
<th data-empty="top" data-placeholder=">= 01/01/1990">Start</th>
<th class="filter-select filter-exact" data-placeholder="All">Uploader</th>
<th data-empty="top" data-placeholder=">= 01/01/1990">End</th>
<th class="filter-select filter-exact" data-placeholder="All">Status</th>
<th class="filter-select filter-exact" data-placeholder="All">Uploader</th>
</tr>
<th class="filter-select filter-exact" data-placeholder="All">Status</th>
</thead>
</tr>
<tbody></tbody>
</thead>
</table>
<tbody></tbody>
</table>
</div>
</article>
</article>
<% include footer.ejs %>
<% include footer.ejs %>
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