From bd152933a991a8eebb5c27974b00ce51ba915d8d Mon Sep 17 00:00:00 2001 From: Laurence Maultsby Date: Fri, 27 Jan 2017 11:33:26 -0500 Subject: [PATCH 1/1] Add VNFR name to VM Console Link identifier in Mgmt Interface panel on LP card Signed-off-by: Laurence Maultsby --- skyquake/plugins/launchpad/api/launchpad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyquake/plugins/launchpad/api/launchpad.js b/skyquake/plugins/launchpad/api/launchpad.js index 509ff776b..6fb01704a 100644 --- a/skyquake/plugins/launchpad/api/launchpad.js +++ b/skyquake/plugins/launchpad/api/launchpad.js @@ -813,7 +813,7 @@ NSR.addVnfrDataPromise = function(req, nsrs) { vdur['console-url'] = 'api/vnfr/' + vnfr.id + '/vdur/' + vdur.id + '/console-url'; nsr['console-urls'].push({ id: vdur.id, - name: vdur.name, + name: vnfr.name, 'console-url': vdur['console-url'] }); }); -- 2.17.1