fix typo and update kanvas

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-04-20 08:12:21 +02:00
parent 4c2f49d9ef
commit 72b44f50fa
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ def create_html(search_text, sort_column):
ext['status'] = 0
style = "style='cursor: help;width: 1rem;margin: 0.2em;'"
if ext['url'] is None or ext['url'] == '':
status = f"<div title='Local'>{ui_symbols.svg_bullet.style('#00C0FD')}</div>"
status = f"<div {style} title='Local'>{ui_symbols.svg_bullet.style('#00C0FD')}</div>"
elif ext['status'] > 0:
if ext['status'] == 1:
status = f"<div {style} title='Verified'>{ui_symbols.svg_bullet.style('#00FD9C')}</div>"