commit | 6eb0f515589c896f265a2c3c2ce637fc9369c7a4 | [log] [tgz] |
---|---|---|
author | Valentin Valchev <vvalchev@apache.org> | Fri Apr 05 13:28:50 2013 +0000 |
committer | Valentin Valchev <vvalchev@apache.org> | Fri Apr 05 13:28:50 2013 +0000 |
tree | aa3dc283a1d2d7898bc43fbae7065c3e784cca86 | |
parent | 9abc24461ec9d8304544944dcaad611965ca50a7 [diff] [blame] |
Done FELIX-4016 Provide more meta data to the UPnP action arguments https://issues.apache.org/jira/browse/FELIX-4016 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1464973 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/upnp/src/main/resources/res/upnp.html b/webconsole-plugins/upnp/src/main/resources/res/upnp.html index 9e66769..01558a8 100644 --- a/webconsole-plugins/upnp/src/main/resources/res/upnp.html +++ b/webconsole-plugins/upnp/src/main/resources/res/upnp.html
@@ -93,7 +93,7 @@ <h3>${actions.title}</h3> <div class="ui-widget-header ui-corner-top buttonGroup"> ${actions.select} - <select name="c"> + <select name="c" class="ui-state-default"> <option value="---">---</option> </select> <button title="${actions.invoke.title}"><span class="ui-icon ui-icon-play"> </span></button>