Add missing updates from the previous commit.
parent
9dfc7bff35
commit
2b13d55016
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue