mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Ensure that properties should be displayed after the SonarQube fixes. (Patch by: Aditya)
2) Fixed Tablespace wrong path issue. (Patch by: Nikhil) 3) Align the label and drop-down on Graph Visualizer.
This commit is contained in:
@@ -623,7 +623,7 @@ class TablespaceView(PGChildNodeView):
|
||||
ver = self.manager.version
|
||||
if ver >= 90600:
|
||||
SQL = render_template(
|
||||
"/".join(['tablespaces/sql/9.6_plus', 'variables.sql'])
|
||||
"/".join(['tablespaces/sql/default', 'variables.sql'])
|
||||
)
|
||||
else:
|
||||
SQL = render_template(
|
||||
|
||||
Reference in New Issue
Block a user