FELIX-2120 Apply patch by Valentin Valchev (thanks).

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@918450 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/obr.html b/webconsole/src/main/resources/templates/obr.html
index 12eb3bf..4cc686d 100644
--- a/webconsole/src/main/resources/templates/obr.html
+++ b/webconsole/src/main/resources/templates/obr.html
@@ -10,6 +10,8 @@
 
 <p class="statline">${obr.status.ok}</p>
 
+<div id="ifStatusOK" class="ui-helper-hidden">
+
 <div class="ui-widget-header ui-corner-top buttonGroup">
 	<span style="float: left; margin-left: 1em">${obr.repo.title}</span>
 	<input style="width: 50%" type="text" id="addRepoUri" />
@@ -65,4 +67,6 @@
 	</table>
 </form>
 
-<br/>
\ No newline at end of file
+<br/>
+
+</div> <!-- ifStatusOK -->
\ No newline at end of file