mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-03 10:59:38 +00:00
Reworked some account views
This commit is contained in:
@@ -12,7 +12,7 @@ class Instance(Model):
|
||||
created = DateField(_('created'), auto_now_add=True)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
return f'{self.compute}/{self.name}'
|
||||
|
||||
|
||||
class PermissionSet(Model):
|
||||
|
||||
Reference in New Issue
Block a user