Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Castellum
castellum_scheduler
Commits
d27ceec7
Commit
d27ceec7
authored
Feb 22, 2021
by
Hayat
Committed by
Bengfort
Mar 02, 2021
Browse files
display uuid in schedule form
parent
c556a8a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
scheduler/main/templates/main/schedule_form.html
View file @
d27ceec7
...
...
@@ -69,7 +69,7 @@
<div
class=
"form-group"
>
<label
for=
"id_schedule_id"
>
{% translate 'Schedule ID' %}
</label>
<div
class=
"input-group"
>
<input
id=
"id_schedule_id"
class=
"form-control"
value=
"{{ object.
pk
}}"
readonly
>
<input
id=
"id_schedule_id"
class=
"form-control"
value=
"{{ object.
uuid
}}"
readonly
>
<div
class=
"input-group-append"
>
<button
type=
"button"
class=
"btn btn-outline-secondary"
tabindex=
"-1"
data-clipboard=
"#id_schedule_id"
data-animation=
"success"
>
{% translate 'Copy' %}
</button>
</div>
...
...
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