mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Code tidy.
This commit is contained in:
@@ -12,9 +12,9 @@ from pgadmin.browser.server_groups.servers.types import ServerType
|
||||
|
||||
|
||||
class PPAS(ServerType):
|
||||
|
||||
def instanceOf(self, ver):
|
||||
return ver.startswith("EnterpriseDB")
|
||||
|
||||
|
||||
# Default Server Type
|
||||
PPAS('ppas', gettext("EDB Advanced Server"), 2)
|
||||
|
||||
Reference in New Issue
Block a user