Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
esi-table-data
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esi-data-scrapping
esi-table-data
Commits
ae7e329f
Commit
ae7e329f
authored
Jul 17, 2017
by
Vasyl Bodnaruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add correct value to new/edit job html
parent
a92ba88b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
edit_job.html
esi/templates/edit_job.html
+3
-3
new_job.html
esi/templates/new_job.html
+1
-1
No files found.
esi/templates/edit_job.html
View file @
ae7e329f
...
@@ -70,11 +70,11 @@
...
@@ -70,11 +70,11 @@
</div>
</div>
<div
class=
"col-md-3"
>
<div
class=
"col-md-3"
>
<label
class=
"custom-control custom-radio"
>
<label
class=
"custom-control custom-radio"
>
{% if job.interval == '
NON
' %}
{% if job.interval == '
nonstop
' %}
<input
id=
"radio4"
name=
"interval"
type=
"radio"
<input
id=
"radio4"
name=
"interval"
value=
"nonstop"
type=
"radio"
class=
"custom-control-input"
checked
>
class=
"custom-control-input"
checked
>
{% endif %}
{% endif %}
<input
id=
"radio4"
name=
"interval"
type=
"radio"
<input
id=
"radio4"
name=
"interval"
value=
"nonstop"
type=
"radio"
class=
"custom-control-input"
>
class=
"custom-control-input"
>
<span
class=
"custom-control-indicator"
></span>
<span
class=
"custom-control-indicator"
></span>
<span
class=
"custom-control-description"
>
After finish
</span>
<span
class=
"custom-control-description"
>
After finish
</span>
...
...
esi/templates/new_job.html
View file @
ae7e329f
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
</div>
</div>
<div
class=
"col-md-3"
>
<div
class=
"col-md-3"
>
<label
class=
"custom-control custom-radio"
>
<label
class=
"custom-control custom-radio"
>
<input
id=
"radio4"
name=
"interval"
value=
"
finished
"
type=
"radio"
<input
id=
"radio4"
name=
"interval"
value=
"
nonstop
"
type=
"radio"
class=
"custom-control-input"
>
class=
"custom-control-input"
>
<span
class=
"custom-control-indicator"
></span>
<span
class=
"custom-control-indicator"
></span>
<span
class=
"custom-control-description"
>
After finish
</span>
<span
class=
"custom-control-description"
>
After finish
</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