commit | 2861ae36c4ca55278772a148bc872c9f96e5a5e5 | [log] [tgz] |
---|---|---|
author | A. J. David Bosschaert <davidb@apache.org> | Thu Jul 02 12:57:55 2015 +0000 |
committer | A. J. David Bosschaert <davidb@apache.org> | Thu Jul 02 12:57:55 2015 +0000 |
tree | 7c23836d75d616bd1dbf2f17e520a3cd1478717a | |
parent | 7e6fc5a35fb78cd758f2f7b9502bbee2c4d4deb2 [diff] |
FELIX-4947 Webconsole plugin for OSGi Subsystems Fix layout of the install subsystem dialog. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1688816 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/subsystems/src/main/resources/res/plugin.html b/webconsole-plugins/subsystems/src/main/resources/res/plugin.html index 7506bf6..e6829f6 100644 --- a/webconsole-plugins/subsystems/src/main/resources/res/plugin.html +++ b/webconsole-plugins/subsystems/src/main/resources/res/plugin.html
@@ -85,10 +85,8 @@ </td> </tr> <tr> - <td> - <td> </td> - <input class="multi" accept="jar|zip|esa" type="file" name="subsystemfile" /> - </td> + <td> </td> + <td><input class="multi" accept="jar|zip|esa" type="file" name="subsystemfile" /></td> </tr> </table> </form>