mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Reworked some account views
This commit is contained in:
parent
1a3cc36ada
commit
636b5bb1bc
8 changed files with 179 additions and 221 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue