Always show snapshots
This commit is contained in:
parent
2fcee28fed
commit
4b30d2f58a
|
@ -1821,16 +1821,6 @@ def format_info(config, domain_information, long_output):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
if long_output is False:
|
|
||||||
ainformation.append("")
|
|
||||||
ainformation.append(
|
|
||||||
"{purple}Snapshots:{end} {snaps}".format(
|
|
||||||
purple=ansiprint.purple(),
|
|
||||||
end=ansiprint.end(),
|
|
||||||
snaps=len(domain_information["snapshots"]),
|
|
||||||
)
|
|
||||||
)
|
|
||||||
else:
|
|
||||||
# Snapshot list
|
# Snapshot list
|
||||||
snapshots_name_length = 5
|
snapshots_name_length = 5
|
||||||
snapshots_age_length = 4
|
snapshots_age_length = 4
|
||||||
|
|
Loading…
Reference in New Issue