mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add missing updates from the previous commit.
This commit is contained in:
@@ -237,6 +237,8 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
pgBrowser.serverInfo = pgBrowser.serverInfo || {};
|
||||
pgBrowser.serverInfo[data._id] = _.extend({}, data);
|
||||
|
||||
// Call added method of node.js
|
||||
pgAdmin.Browser.Node.callbacks.added.apply(this, arguments);
|
||||
return true;
|
||||
},
|
||||
/* Reload configuration */
|
||||
|
||||
@@ -10,6 +10,7 @@ function($, _, pgAdmin, Backbone) {
|
||||
label: '{{ _('Server Group') }}',
|
||||
width: '350px',
|
||||
height: '250px',
|
||||
is_collection: true,
|
||||
Init: function() {
|
||||
/* Avoid multiple registration of menus */
|
||||
if (this.initialized)
|
||||
|
||||
Reference in New Issue
Block a user