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
b2cc506d
Commit
b2cc506d
authored
Sep 12, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'github/master' into portable
parents
1e660d8a
2ba8f2e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
debomatic-webui/public/javascripts/page_history.js
debomatic-webui/public/javascripts/page_history.js
+6
-3
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+4
-0
No files found.
debomatic-webui/public/javascripts/page_history.js
View file @
b2cc506d
...
...
@@ -77,7 +77,7 @@ function Page_History() {
function
_sort_table
()
{
// create the theme for tablesorter
$
.
extend
(
$
.
tablesorter
.
themes
.
bootstrap
,
{
table
:
'
table table-condensed table-bordered
table-striped
'
,
table
:
'
table table-condensed table-bordered
'
,
caption
:
'
caption
'
,
header
:
'
bootstrap-header
'
,
sortNone
:
'
bootstrap-icon-unsorted
'
,
...
...
@@ -90,10 +90,13 @@ function Page_History() {
theme
:
"
bootstrap
"
,
widthFixed
:
true
,
headerTemplate
:
'
{content} {icon}
'
,
widgets
:
[
"
uitheme
"
,
"
filter
"
],
sortList
:
[
[
3
,
1
]
]
],
widgets
:
[
"
uitheme
"
,
"
filter
"
,
"
zebra
"
],
widgetOptions
:
{
zebra
:
[
"
normal-row
"
,
"
alt-row
"
],
}
});
// add some fancy class to input fields
...
...
debomatic-webui/public/stylesheets/style.css
View file @
b2cc506d
...
...
@@ -280,6 +280,10 @@ footer .info {
margin-top
:
15px
;
}
#history
.alt-row
{
background
:
#F9F9F9
;
}
/* add more colors to graphs */
.ct-series-e
.ct-bar
,
.ct-chart
.ct-series.ct-series-e
.ct-line
,
...
...
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