mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
As per Aditya - we need the server version for the certain operations,
which was removed during previous commit.
This commit is contained in:
@@ -258,6 +258,7 @@ define('pgadmin.dashboard', [
|
||||
|
||||
if (url === null) {
|
||||
url = url_for('dashboard.index');
|
||||
self.version = (treeHierarchy.server && treeHierarchy.server.version) || 0;
|
||||
|
||||
cancel_query_url = url + 'cancel_query/';
|
||||
terminate_session_url = url + 'terminate_session/';
|
||||
|
||||
Reference in New Issue
Block a user