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
18c6da61
Commit
18c6da61
authored
Mar 15, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no footer in config
parent
02318e6b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
debomatic-webui/lib/config.js
debomatic-webui/lib/config.js
+0
-1
debomatic-webui/views/layout.ejs
debomatic-webui/views/layout.ejs
+1
-1
No files found.
debomatic-webui/lib/config.js
View file @
18c6da61
...
...
@@ -16,7 +16,6 @@ config.routes.preferences = '/preferences'
config
.
web
=
{}
config
.
web
.
title
=
"
deb-o-matic web.ui
"
config
.
web
.
description
=
"
This is a web interface for debomatic
"
config
.
web
.
footer
=
"
Fork me on github.com
"
// debomatic configuration exportable for web
config
.
web
.
debomatic
=
{}
...
...
debomatic-webui/views/layout.ejs
View file @
18c6da61
...
...
@@ -44,7 +44,7 @@
<footer
class=
"container-fluid"
>
<small
class=
"copyright pull-right text-muted"
>
<
%=
web
.
footer
%
>
Fork me on
<a
href=
"https://github.com/LeoIannacone/debomatic-webui"
>
github
</a
>
</small>
<div
id=
"status"
class=
"clearfix"
>
<span
class=
"label label-default"
>
status:
</span>
<span
class=
"idle text-muted"
>
Idle
</span>
...
...
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