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
798d283a
Commit
798d283a
authored
Mar 30, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into portable
parents
7648ccbe
54946d83
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
debomatic-webui/package.json
debomatic-webui/package.json
+1
-1
debomatic-webui/public/javascripts/page_distribution.js
debomatic-webui/public/javascripts/page_distribution.js
+7
-6
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+2
-1
No files found.
debomatic-webui/package.json
View file @
798d283a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
,
"version"
:
"0.0.1"
,
"version"
:
"0.0.1"
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{
,
"dependencies"
:
{
"express"
:
"3.
4.8
"
"express"
:
"3.
x
"
,
"ejs"
:
">= 0.0.1"
,
"ejs"
:
">= 0.0.1"
,
"socket.io"
:
"*"
,
"socket.io"
:
"*"
,
"tail"
:
"*"
,
"tail"
:
"*"
...
...
debomatic-webui/public/javascripts/page_distribution.js
View file @
798d283a
...
@@ -112,8 +112,8 @@ function Page_Distrubion(socket)
...
@@ -112,8 +112,8 @@ function Page_Distrubion(socket)
$
(
'
#packages ul
'
).
append
(
'
<li class="text-muted">No packages yet</li>
'
)
$
(
'
#packages ul
'
).
append
(
'
<li class="text-muted">No packages yet</li>
'
)
}
}
packages
.
show
()
packages
.
show
()
sticky
.
reset
()
},
},
clean
:
function
()
{
clean
:
function
()
{
$
(
'
#packages ul
'
).
html
(
''
)
$
(
'
#packages ul
'
).
html
(
''
)
},
},
...
@@ -201,6 +201,7 @@ function Page_Distrubion(socket)
...
@@ -201,6 +201,7 @@ function Page_Distrubion(socket)
$
(
'
#sources
'
).
show
()
$
(
'
#sources
'
).
show
()
}
}
files
.
show
()
files
.
show
()
sticky
.
reset
()
},
},
clean
:
function
()
{
clean
:
function
()
{
$
(
'
#logs ul
'
).
html
(
''
);
$
(
'
#logs ul
'
).
html
(
''
);
...
...
debomatic-webui/public/stylesheets/style.css
View file @
798d283a
...
@@ -145,4 +145,5 @@ footer {
...
@@ -145,4 +145,5 @@ footer {
#file
.no-background
{
#file
.no-background
{
background
:
none
;
background
:
none
;
border
:
none
;
border
:
none
;
color
:
#101010
;
}
}
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