As per Aditya - we need the server version for the certain operations,

which was removed during previous commit.
This commit is contained in:
Ashesh Vashi 2018-07-25 13:07:25 +05:30
parent e12e00703f
commit 53b5043520

View File

@ -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/';