From 2b237526b016c4847529792d7a6e4db5dd3b030e Mon Sep 17 00:00:00 2001 From: Andrew Kim Date: Tue, 20 Aug 2013 22:42:10 -0500 Subject: [PATCH] Minor correction to UI element Change-Id: I4fab95bdf8d9fa73c53c9ee6d7dd9a52961cae6e Signed-off-by: Andrew Kim --- opendaylight/web/devices/src/main/resources/js/page.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opendaylight/web/devices/src/main/resources/js/page.js b/opendaylight/web/devices/src/main/resources/js/page.js index cf4d234d17..6916be6798 100644 --- a/opendaylight/web/devices/src/main/resources/js/page.js +++ b/opendaylight/web/devices/src/main/resources/js/page.js @@ -74,6 +74,7 @@ one.f.switchmanager.nodesLearnt = { }, modal: { modal: "one_f_switchmanager_nodesLearnt_id_modal_modal", + configure: "one_f_switchmanager_nodesLearnt_id_modal_configure", ports: "one_f_switchmanager_nodesLearnt_id_modal_ports", save: "one_f_switchmanager_nodesLearnt_id_modal_save", datagrid: "one_f_switchmanager_nodesLearnt_id_modal_datagrid", @@ -137,7 +138,7 @@ one.f.switchmanager.nodesLearnt = { h3 = 'Node Information'; } - var $modal = one.lib.modal.spawn(one.f.switchmanager.nodesLearnt.id.modal.modal, h3, "", footer); + var $modal = one.lib.modal.spawn(one.f.switchmanager.nodesLearnt.id.modal.configure, h3, "", footer); // bind save button $('#' + one.f.switchmanager.nodesLearnt.id.modal.save, $modal).click(function() { one.f.switchmanager.nodesLearnt.modal.save($modal); -- 2.36.6