change comment of allocated

This commit is contained in:
Cayo Puigdefabregas 2020-12-01 15:55:21 +01:00
parent 567a575e36
commit 05c81382f2
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class Device(Thing):
image.comment = "An image of the device."
allocated = db.Column(Boolean, default=False)
allocated.comment = "An image of the device."
allocated.comment = "device is allocated or not."
_NON_PHYSICAL_PROPS = {
'id',