blob: 06b4ddc1d11e6c721a9f95c836442a710def48db [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd" >
<wicket:head>
<title>Karaf Wicket console</title>
</wicket:head>
<body>
<wicket:extend>
<h1>Bundles</h1>
<table>
<tr>
<th>ID</th>
<th>Symbolic name</th>
<th>Version</th>
<th>Details</th>
</tr>
<tr wicket:id="bundles">
<td wicket:id="id">Id</td>
<td wicket:id="symbolicName">Symbolic name</td>
<td wicket:id="version">Version</td>
<td>
<a wicket:id="link" href="DetailsPage.html">bundle details</a>
</td>
</tr>
</table>
</wicket:extend>
</body>
</html>