mirror of https://github.com/CIRCL/AIL-framework
fix: [UI dashboard] typo
parent
de285ed64c
commit
ecca5b11d0
|
@ -169,6 +169,8 @@ def index():
|
||||||
|
|
||||||
# Check if update in progress
|
# Check if update in progress
|
||||||
update_in_progress = False
|
update_in_progress = False
|
||||||
|
update_warning_message = ''
|
||||||
|
update_warning_message_notice_me = ''
|
||||||
current_update = r_serv_db.get('ail:current_background_update')
|
current_update = r_serv_db.get('ail:current_background_update')
|
||||||
if current_update:
|
if current_update:
|
||||||
if r_serv_db.scard('ail:update_{}'.format(current_update)) != dict_update_description[current_update]['nb_background_update']:
|
if r_serv_db.scard('ail:update_{}'.format(current_update)) != dict_update_description[current_update]['nb_background_update']:
|
||||||
|
|
Loading…
Reference in New Issue