Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Statistical-Genetics
jass
Commits
184d2851
Commit
184d2851
authored
May 17, 2022
by
Bryan BRANCOTTE
Browse files
Merge branch 'queue_status' into 'master'
fixing queue status polling See merge request
!66
parents
8e171543
478ea7c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/pages/projects/_id.vue
View file @
184d2851
...
...
@@ -571,7 +571,7 @@ methods:{
async
getStatus
(){
await
this
.
$axios
.
$get
(
'
/queue_status
/
'
).
then
((
async
function
(
resultStatus
)
{
await
this
.
$axios
.
$get
(
'
/queue_status
'
).
then
((
function
(
resultStatus
)
{
console
.
log
(
resultStatus
);
this
.
activeTask
=
resultStatus
.
active
;
this
.
pendingTask
=
resultStatus
.
reserved
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment