sid in snapshot action

This commit is contained in:
Cayo Puigdefabregas 2022-04-25 11:45:50 +02:00
parent be53827c02
commit 7b784b6174
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ class Snapshot(JoinedWithOneDeviceMixin, ActionWithOneDevice):
elapsed.comment = """For Snapshots made with Workbench, the total amount
of time it took to complete.
"""
wbid = Column(CIText(), nullable=True)
sid = Column(CIText(), nullable=True)
def get_last_lifetimes(self):
"""We get the lifetime and serial_number of the first disk"""