mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-10 15:04:55 +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:
|
||||
tags = snapshot["tags"]
|
||||
if isinstance(tags, list):
|
||||
tags = ",".join(tags)
|
||||
tags = ", ".join(tags)
|
||||
snapshot_tags = tags
|
||||
except KeyError:
|
||||
snapshot_tags = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue