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
a783d767
Commit
a783d767
authored
Sep 13, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved archtitectures under brand link
parent
b33e230d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
20 deletions
+21
-20
debomatic-webui/views/header.ejs
debomatic-webui/views/header.ejs
+21
-20
No files found.
debomatic-webui/views/header.ejs
View file @
a783d767
...
...
@@ -14,27 +14,12 @@
<body>
<div
id=
"wrapper"
class=
"container-fluid"
>
<nav
class=
"navbar navbar-inverse"
role=
"navigation"
>
<div
onclick=
"window.location.href='/'"
class=
"navbar-header home-link"
>
<div
class=
"navbar-header home-link"
>
<span
class=
"pull-left icon"
></span>
<span
class=
"navbar-brand"
>
Deb-o-Matic
<small><
%=
web
.
debomatic
.
architecture
%
></small></span>
</div>
<div
class=
"collapse navbar-collapse"
>
<div
id=
"distributions"
>
<ul
class=
"nav navbar-nav"
></ul>
</div>
<div
id=
"pages"
>
<ul
class=
"nav navbar-nav pull-right"
>
<
%
if
(
web
.
paths
.
history
)
{
%
>
<li><a
href=
"<%= web.paths.history %>"
>
History
</a></li>
<
%
}
%
>
<
%
if
(
web
.
paths
.
commands
)
{
%
>
<li><a
href=
"<%= web.paths.commands %>"
>
Commands
</a></li>
<
%
}
%
>
<
%
if
(
web
.
paths
.
preferences
)
{
%
>
<li><a
href=
"<%= web.paths.preferences %>"
>
Preferences
</a></li>
<
%
}
%
>
<span
style=
"padding-right: 5px;"
onclick=
"window.location.href='/'"
class=
"navbar-brand"
>
Deb-o-Matic
</span>
<ul
class=
"nav navbar-nav"
>
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Architectures
<span
class=
"caret"
></span></a>
<a
style=
"color: #eee; padding-left: 5px; padding-right: 5px"
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
><
%=
web
.
debomatic
.
architecture
%
>
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu dropdown-menu-right"
role=
"menu"
>
<script>
var
all_services
=
[
'
amd64
'
,
'
i386
'
,
'
armel
'
,
'
armhf
'
,
'
powerpc
'
,
'
s390x
'
];
...
...
@@ -46,12 +31,28 @@
}
else
{
document
.
write
(
'
<li><a href="http://
'
+
host
+
'
">
'
+
arch
+
'
</a></li>
'
);
}
}
</script>
</ul>
</li>
</ul>
</div>
<div
class=
"collapse navbar-collapse"
>
<div
id=
"distributions"
>
<ul
class=
"nav navbar-nav"
></ul>
</div>
<div
id=
"pages"
>
<ul
class=
"nav navbar-nav pull-right"
>
<
%
if
(
web
.
paths
.
history
)
{
%
>
<li><a
href=
"<%= web.paths.history %>"
>
History
</a></li>
<
%
}
%
>
<
%
if
(
web
.
paths
.
commands
)
{
%
>
<li><a
href=
"<%= web.paths.commands %>"
>
Commands
</a></li>
<
%
}
%
>
<
%
if
(
web
.
paths
.
preferences
)
{
%
>
<li><a
href=
"<%= web.paths.preferences %>"
>
Preferences
</a></li>
<
%
}
%
>
</ul>
</div>
</div>
</nav>
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