Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
89f4c092
Commit
89f4c092
authored
Apr 09, 2020
by
jlopez
Browse files
Fix env opt & typo login page
parent
083a3f74
Changes
2
Show whitespace changes
Inline
Side-by-side
inc/js/wicopa.js
View file @
89f4c092
...
...
@@ -134,13 +134,7 @@ function generate_container() {
//ENV
if
(
isSingularity
)
{
PREVIEW
+=
"
%environment
\n
"
;
PREVIEW
+=
"
\t
export PATH=/opt/tools/bin:$PATH
\n
"
;
PREVIEW
+=
"
\n
"
;
nrow
+=
3
;
}
else
{
PREVIEW
+=
"
RUN export PATH=/opt/tools/bin:$PATH
\n
"
;
PREVIEW
+=
"
\n
"
;
nrow
+=
2
;
nrow
+=
1
;
}
if
(
SELECTED_PACKAGES
[
"
Conda
"
].
length
>
0
)
{
...
...
login.php
View file @
89f4c092
...
...
@@ -5,7 +5,7 @@
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1>
L
ogin
</h1>
<h1>
L
DAP Login (MBB account)
</h1>
</div>
<div
class=
"col-lg-12"
>
<form
action=
"./action/action_login.php"
method=
"post"
>
...
...
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