mirror of https://github.com/jumpserver/jumpserver
perf: modify dbeave remoteapp dislay name
parent
84855bfd7e
commit
96c1f689c0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue