perf: modify dbeave remoteapp dislay name

pull/13513/head
Eric 2024-06-26 16:09:40 +08:00 committed by Eric_Lee
parent 84855bfd7e
commit 96c1f689c0
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class AppletApplication(BaseApplication):
self.port = self.tinker_forward.port
self.db = self.asset.spec_info.db_name
self.name = '%s-%s-%s' % (self.host, self.db, int(time.time()))
self.name = '%s-%s-%s' % (self.asset.address, self.db, int(time.time()))
self.app_work_path = self.get_app_work_path()
self.pid = None
self.app = None

View File

@ -1,7 +1,7 @@
name: dbeaver
display_name: "{{ 'DBeaver Community' | trans }}"
comment: "{{ 'Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases.' | trans }}"
version: 0.2
version: 0.3
exec_type: python
author: JumpServer Team
type: general