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
fce74f58
Commit
fce74f58
authored
Sep 11, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s/All services/Architectues + removed _blank
parent
051b26bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
debomatic-webui/views/header.ejs
debomatic-webui/views/header.ejs
+4
-4
No files found.
debomatic-webui/views/header.ejs
View file @
fce74f58
...
...
@@ -34,17 +34,17 @@
<li><a
href=
"<%= web.paths.preferences %>"
>
Preferences
</a></li>
<
%
}
%
>
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
A
ll servic
es
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu dropdown-menu-right"
role=
"menu"
aria-labelledby=
"dropdownMenu3"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
A
rchitectur
es
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu dropdown-menu-right"
role=
"menu"
>
<script>
var
all_services
=
[
'
amd64
'
,
'
i386
'
,
'
armel
'
,
'
armhf
'
,
'
powerpc
'
,
'
s390x
'
];
for
(
var
i
=
0
;
i
<
all_services
.
length
;
i
++
)
{
var
arch
=
all_services
[
i
];
var
host
=
"
debomatic-
"
+
arch
+
'
.debian.net
'
;
if
(
host
==
location
.
hostname
)
{
document
.
write
(
'
<li class="disabled"><a>
'
+
arch
+
'
</a></li>
'
)
document
.
write
(
'
<li class="disabled"><a>
'
+
arch
+
'
</a></li>
'
)
;
}
else
{
document
.
write
(
'
<li><a target="_blank"
href="http://
'
+
host
+
'
">
'
+
arch
+
'
</a></li>
'
);
document
.
write
(
'
<li><a
href="http://
'
+
host
+
'
">
'
+
arch
+
'
</a></li>
'
);
}
}
...
...
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