mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [UI dashboard] typo
This commit is contained in:
parent
de285ed64c
commit
ecca5b11d0
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@ def index():
|
|||
|
||||
# Check if update in progress
|
||||
update_in_progress = False
|
||||
update_warning_message = ''
|
||||
update_warning_message_notice_me = ''
|
||||
current_update = r_serv_db.get('ail:current_background_update')
|
||||
if current_update:
|
||||
if r_serv_db.scard('ail:update_{}'.format(current_update)) != dict_update_description[current_update]['nb_background_update']:
|
||||
|
|
Loading…
Reference in a new issue