From: Giovanni Meo Date: Fri, 17 Jan 2014 09:07:00 +0000 (+0000) Subject: Merge "In the method to get flow stats for a particular match, the match from the... X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~76 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=fb45a487bed3d9b1a56aabad0fb4fc27a35fd65c;hp=06416ac9523c6d783574a10d7627aa582ff760f8 Merge "In the method to get flow stats for a particular match, the match from the stats can be null. Taking care of that in this commit." --- diff --git a/opendaylight/web/devices/src/main/resources/js/page.js b/opendaylight/web/devices/src/main/resources/js/page.js index cc142bf967..d7cb4f6893 100644 --- a/opendaylight/web/devices/src/main/resources/js/page.js +++ b/opendaylight/web/devices/src/main/resources/js/page.js @@ -1361,7 +1361,7 @@ one.f.switchmanager.spanPortConfig = { $fieldset.append($label).append($select); // input port - var $label = one.lib.form.label("Input Port"); + var $label = one.lib.form.label("Port"); var $select = one.lib.form.select.create(); one.lib.form.select.prepend($select, {'':'None'}); $select.attr('id', one.f.switchmanager.spanPortConfig.id.modal.form.port);