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:
Akshay Joshi
2022-09-12 14:05:21 +05:30
parent 93f5fbc797
commit 1bff94d0ea
4 changed files with 44 additions and 35 deletions

View File

@@ -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(