Various updates
This commit is contained in:
parent
e169b8c1d1
commit
89519e48a9
5 changed files with 80 additions and 57 deletions
|
|
@ -164,9 +164,7 @@ class VMDiskProduct(Product):
|
|||
default=VMDiskType.CEPH_SSD)
|
||||
|
||||
def __str__(self):
|
||||
return "{} disk for VM '{}': {}GB".format(self.disk_type,
|
||||
self.vm.name,
|
||||
self.size_in_gb)
|
||||
return f"Disk {self.size_in_gb}GB ({self.disk_type}) for VM '{self.vm.name}'"
|
||||
|
||||
@property
|
||||
def recurring_price(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue