blob: 8c20375a4742f7b3df251a621f8905de9dd52060 [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>Confirm removal of <span wicket:id="pid">org.apache.felix.filemount</span> configuration</h1>
<form wicket:id="remove">
Are you sure want to delete this configuration?
<input type="submit" wicket:id="submit" value="Confirm" />
</form>
</wicket:extend>
</body>
</html>