Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
atdb-ldv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
ASTRON SDC
atdb-ldv
Commits
0728d148
Commit
0728d148
authored
4 years ago
by
Nico Vermaas
Browse files
Options
Downloads
Patches
Plain Diff
adding some GUI buttons for status control
parent
d337a00f
No related branches found
No related tags found
No related merge requests found
Pipeline
#8636
passed
4 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
atdb/taskdatabase/templates/taskdatabase/index.html
+1
-1
1 addition, 1 deletion
atdb/taskdatabase/templates/taskdatabase/index.html
atdb/taskdatabase/templates/taskdatabase/tasks.html
+3
-3
3 additions, 3 deletions
atdb/taskdatabase/templates/taskdatabase/tasks.html
with
4 additions
and
4 deletions
atdb/taskdatabase/templates/taskdatabase/index.html
+
1
−
1
View file @
0728d148
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
</div>
</div>
{% include 'taskdatabase/pagination.html' %}
{% include 'taskdatabase/pagination.html' %}
</div>
</div>
<p
class=
"footer"
>
Version 1.0.0 (29 jan 2021 - 1
2
:00)
<p
class=
"footer"
>
Version 1.0.0 (29 jan 2021 - 1
6
:00)
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
(
function
(
seconds
)
{
(
function
(
seconds
)
{
var
refresh
,
var
refresh
,
...
...
This diff is collapsed.
Click to expand it.
atdb/taskdatabase/templates/taskdatabase/tasks.html
+
3
−
3
View file @
0728d148
...
@@ -19,15 +19,15 @@
...
@@ -19,15 +19,15 @@
<td>
<td>
{% if task.status == "defining" %}
{% if task.status == "defining" %}
<a
href=
"{% url 'task-setstatus-view' task.pk 'defined' my_tasks.number %}"
class=
"btn btn-primary btn-sm"
role=
"button"
>
To Defined
</a>
<a
href=
"{% url 'task-setstatus-view' task.pk 'defined' my_tasks.number %}"
class=
"btn btn-primary btn-sm"
role=
"button"
>
Stage
</a>
{% endif %}
{% endif %}
{% if task.status == "defined" or task.status == "staging" or task.status == "staged" %}
{% if task.status == "defined" or task.status == "staging" or task.status == "staged" %}
<a
href=
"{% url 'task-setstatus-view' task.pk 'defining' my_tasks.number %}"
class=
"btn btn-
primary
btn-sm"
role=
"button"
>
To Defining
</a>
<a
href=
"{% url 'task-setstatus-view' task.pk 'defining' my_tasks.number %}"
class=
"btn btn-
warning
btn-sm"
role=
"button"
>
Reset
</a>
{% endif %}
{% endif %}
{% if task.status == "submitted" or task.status == "submitting" %}
{% if task.status == "submitted" or task.status == "submitting" %}
<a
href=
"{% url 'task-setstatus-view' task.pk 'defined' my_tasks.number %}"
class=
"btn btn-primary btn-sm"
role=
"button"
>
To Defined
</a>
<a
href=
"{% url 'task-setstatus-view' task.pk 'defined' my_tasks.number %}"
class=
"btn btn-primary btn-sm"
role=
"button"
>
Stage
</a>
{% endif %}
{% endif %}
{% if task.status == "completed" or task.status == "incomplete" %}
{% if task.status == "completed" or task.status == "incomplete" %}
...
...
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