mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-12 16:04:48 +08:00
GUI: Minor UI improvement for tags
This commit is contained in:
parent
1ef5987cc4
commit
09810af24e
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ def _main_gui(viewer_mode: bool):
|
||||||
try:
|
try:
|
||||||
tags = snapshot["tags"]
|
tags = snapshot["tags"]
|
||||||
if isinstance(tags, list):
|
if isinstance(tags, list):
|
||||||
tags = ",".join(tags)
|
tags = ", ".join(tags)
|
||||||
snapshot_tags = tags
|
snapshot_tags = tags
|
||||||
except KeyError:
|
except KeyError:
|
||||||
snapshot_tags = ""
|
snapshot_tags = ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue