Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 5b7f584

Browse files
author
Alexander Baranov
committed
mc status in frontend
1 parent 184b855 commit 5b7f584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: frontend/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='skygrid-frontend',
5-
version='0.2.4',
5+
version='0.2.5',
66
url='https://github.com/anaderi/skygrid',
77
author='Alexander Baranov',
88
author_email='[email protected]',

Diff for: frontend/skyfront/templates/mc_list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1 class="page-header">MC generation</h1>
118118
mc['created'],
119119
'', // status
120120
status['completed'] / status['total'] * 100,
121-
status['in_queue'] / status['total'] * 100,
121+
status['pending'] / status['total'] * 100,
122122
status['failed'] / status['total'] * 100,
123123
status['running'] / status['total'] * 100
124124
));

0 commit comments

Comments
 (0)