Fixed an issue while refreshing Resource Group. Fixes #5820

This commit is contained in:
Akshay Joshi
2020-09-09 14:34:14 +05:30
parent 796a8a013a
commit ffb829e80c
2 changed files with 3 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ class ResourceGroupView(NodeView):
gid: Server Group ID
sid: Server ID
"""
sql = render_template("/".join([self.sql_path, ]))
sql = render_template("/".join([self.sql_path, self._PROPERTIES_SQL]))
status, res = self.conn.execute_dict(sql)
if not status: