Added password hint
This commit is contained in:
+4
-1
@@ -449,7 +449,10 @@ class DevContainer(BaseModel, SearchableMixin, TaskAwareModelMixin):
|
||||
self.lease.mac_address = self.lxc.hwaddr
|
||||
self.lease.save()
|
||||
|
||||
super().save(*args, **kwargs)
|
||||
try:
|
||||
super().save(*args, **kwargs)
|
||||
except Exception as e:
|
||||
logging.error(e)
|
||||
|
||||
def __str__(self):
|
||||
return f"{self.name} ({self.address})"
|
||||
|
||||
Reference in New Issue
Block a user