Merge "In the method to get flow stats for a particular match, the match from the...
authorGiovanni Meo <gmeo@cisco.com>
Fri, 17 Jan 2014 09:07:00 +0000 (09:07 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 17 Jan 2014 09:07:00 +0000 (09:07 +0000)
opendaylight/web/devices/src/main/resources/js/page.js

index cc142bf9672f136686a952e88c5c99395f6c2d8e..d7cb4f689355465a2ca9334f70bf9d081659eff6 100644 (file)
@@ -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);