Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rosetta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ExaCT
Rosetta
Commits
3ef27a50
Commit
3ef27a50
authored
5 years ago
by
Stefano Alberto Russo
Browse files
Options
Downloads
Patches
Plain Diff
Minor improvements.
parent
5558e3e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
images/webapp/code/rosetta/base_app/templates/create_task.html
+14
-5
14 additions, 5 deletions
...s/webapp/code/rosetta/base_app/templates/create_task.html
with
14 additions
and
5 deletions
images/webapp/code/rosetta/base_app/templates/create_task.html
+
14
−
5
View file @
3ef27a50
...
...
@@ -20,7 +20,7 @@
<form
action=
"/create_task/"
method=
"POST"
>
{% csrf_token %}
<table
class=
"dashboard"
style=
"max-width:
6
00px"
>
<table
class=
"dashboard"
style=
"max-width:
7
00px"
>
<tr>
<td><b>
Task name
</b></td>
...
...
@@ -51,10 +51,10 @@
<option value="astroccok">Astrocook</option>
<option value="gadgetviewer">Gadget Viewer</option> -->
{% for container in data.platform_containers %}
<option
value=
"{{container.uuid}}"
>
{{container.image}} (
platform
)
</option>
-->
<option
value=
"{{container.uuid}}"
>
{{container.image}} (
{{container.type}}
)
</option>
-->
{% endfor %}
{% for container in data.user_containers %}
<option
value=
"{{container.uuid}}"
>
{{container.image}} (
user
)
</option>
-->
<option
value=
"{{container.uuid}}"
>
{{container.image}} (
{{container.type}}
)
</option>
-->
{% endfor %}
</select>
...
...
@@ -72,10 +72,19 @@
|
<a
href=
"/add_compute"
>
Add new...
</a>
</td>
</tr>
<!-- <tr>
<td><b>Run using</b></td><td>
<select name="run_using" >
<option value="docker" selected>Docker</option>
<option value="singularity">Singularity</option>
</select>
</td>
</tr> -->
<tr><td
colspan=
2
>
<table><tr><td
style=
"border: 1px solid lightgray;"
>
I understand that files saved or modified
and
not explicitly saved to a persistent s
hare, including system pack
age
s
, will be LOST when the task ends.
I understand that files saved or modified
in this container, if
not explicitly saved to a persistent s
tor
age, will be LOST when the task ends.
</td><td
style=
"border: 1px solid lightgray;"
>
<input
class=
"form-check-input"
type=
"checkbox"
value=
""
id=
"invalidCheck"
required
>
</td></table>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment