mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
refactor: Update Database.py to include instance name and type in return object of get_instance method
This commit is contained in:
parent
70aeb380a6
commit
bea9a7b87d
1 changed files with 2 additions and 0 deletions
|
|
@ -3173,8 +3173,10 @@ class Database:
|
|||
|
||||
return {
|
||||
"hostname": instance.hostname,
|
||||
"name": instance.name,
|
||||
"port": instance.port,
|
||||
"server_name": instance.server_name,
|
||||
"type": instance.type,
|
||||
"status": instance.status,
|
||||
"method": instance.method,
|
||||
"creation_date": instance.creation_date,
|
||||
|
|
|
|||
Loading…
Reference in a new issue