mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-25 02:00:19 -06:00
As per Aditya - we need the server version for the certain operations,
which was removed during previous commit.
This commit is contained in:
parent
e12e00703f
commit
53b5043520
@ -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/';
|
||||
|
Loading…
Reference in New Issue
Block a user