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
Hide 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 @@
,
"version"
:
"0.0.1"
,
"private"
:
true
,
"dependencies"
:
{
"express"
:
"3.
4.8
"
"express"
:
"3.
x
"
,
"ejs"
:
">= 0.0.1"
,
"socket.io"
:
"*"
,
"tail"
:
"*"
...
...
debomatic-webui/public/javascripts/page_distribution.js
View file @
798d283a
...
...
@@ -112,8 +112,8 @@ function Page_Distrubion(socket)
$
(
'
#packages ul
'
).
append
(
'
<li class="text-muted">No packages yet</li>
'
)
}
packages
.
show
()
sticky
.
reset
()
},
clean
:
function
()
{
$
(
'
#packages ul
'
).
html
(
''
)
},
...
...
@@ -180,7 +180,7 @@ function Page_Distrubion(socket)
$
(
'
#logs
'
).
show
()
files
.
select
()
}
if
(
socket_data
.
package
.
debs
&&
socket_data
.
package
.
debs
.
length
>
0
)
{
// update view
view
.
package
.
debs
=
Utils
.
clone
(
socket_data
.
package
.
debs
)
...
...
@@ -190,7 +190,7 @@ function Page_Distrubion(socket)
})
$
(
'
#debs
'
).
show
()
}
if
(
socket_data
.
package
.
sources
&&
socket_data
.
package
.
sources
.
length
>
0
)
{
// update view
view
.
package
.
sources
=
Utils
.
clone
(
socket_data
.
package
.
sources
)
...
...
@@ -201,6 +201,7 @@ function Page_Distrubion(socket)
$
(
'
#sources
'
).
show
()
}
files
.
show
()
sticky
.
reset
()
},
clean
:
function
()
{
$
(
'
#logs ul
'
).
html
(
''
);
...
...
@@ -251,7 +252,7 @@ function Page_Distrubion(socket)
append
:
function
(
new_content
)
{
var
content
=
$
(
"
#file pre
"
)
content
.
append
(
new_content
)
if
(
config
.
preferences
.
autoscroll
)
{
// scroll down if file is covering footer
var
file_height
=
$
(
"
#fileOffset
"
).
offset
().
top
...
...
@@ -432,7 +433,7 @@ function Page_Distrubion(socket)
}
$
(
"
#file pre
"
).
css
(
'
font-size
'
,
config
.
preferences
.
file_fontsize
)
}
var
select
=
function
()
{
unselect
()
if
(
Utils
.
check_view_distribution
(
view
))
{
...
...
@@ -464,7 +465,7 @@ function Page_Distrubion(socket)
if
(
!
old_view
||
!
Utils
.
check_view_distribution
(
old_view
)
||
!
Utils
.
check_view_distribution
(
view
)
||
view
.
distribution
.
name
!=
old_view
.
distribution
.
name
||
view
.
distribution
.
name
!=
old_view
.
distribution
.
name
||
!
view
.
package
.
orig_name
)
{
// new distribution view
...
...
debomatic-webui/public/stylesheets/style.css
View file @
798d283a
...
...
@@ -145,4 +145,5 @@ footer {
#file
.no-background
{
background
:
none
;
border
:
none
;
}
\ No newline at end of file
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