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
2162d30d
Commit
2162d30d
authored
Apr 13, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into portable
parents
ccfedaf9
b23b30bf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
debomatic-webui/lib/config.js
debomatic-webui/lib/config.js
+1
-1
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+4
-0
debomatic-webui/views/distribution.ejs
debomatic-webui/views/distribution.ejs
+1
-1
No files found.
debomatic-webui/lib/config.js
View file @
2162d30d
...
...
@@ -61,7 +61,7 @@ config.web.preferences.debug = 0 // debug level - 0 means disabled
// DO NOT TOUCH these ones
config
.
version
=
'
0.2.
0
'
config
.
version
=
'
0.2.
1
'
// A simple function to quickly have
// get and set strings for client events
...
...
debomatic-webui/public/stylesheets/style.css
View file @
2162d30d
...
...
@@ -82,6 +82,10 @@ aside .nav-pills li {
padding
:
8px
15px
;
}
#sticky-package
.name
{
margin-right
:
10px
;
}
footer
{
height
:
40px
;
}
...
...
debomatic-webui/views/distribution.ejs
View file @
2162d30d
...
...
@@ -41,8 +41,8 @@
<div id="sticky-package-content">
<div class="panel-heading">
<h3 class="panel-title">
<span class="name"></span>
<span class="status pull-right"></span>
<span class="name"></span>
</h3>
</div>
<div class="panel-body">
...
...
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