Browse Source

[enh] VPS distinct unicode representation

ljf 7 years ago
parent
commit
07499b1ed4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vps/models.py

+ 1 - 1
vps/models.py

@@ -107,7 +107,7 @@ class VPSConfiguration(Configuration):
         self.check_endpoints()
 
     def __unicode__(self):
-        return 'VPS ' #+ self.login
+        return 'VPS ' + str(self.offersubscription.member.username) + ' ' + self.offersubscription.member.last_name
 
     class Meta:
         verbose_name = 'VPS'