Fixed FELIX-3491 Better activity indication when pressing refresh/update bundle buttons 
https://issues.apache.org/jira/browse/FELIX-3491

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1330802 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/bundles.html b/webconsole/src/main/resources/templates/bundles.html
index 0365d39..45982bd 100644
--- a/webconsole/src/main/resources/templates/bundles.html
+++ b/webconsole/src/main/resources/templates/bundles.html
@@ -142,3 +142,4 @@
 </div>
 
 <div id="bundleOpError" class="ui-helper-hidden" title="${bundles.error.title}"><pre>&nbsp;</pre></div>
+<div id="bundleOpSuccess" class="ui-helper-hidden" title="${bundles.success.title}">${bundles.success.text}</div>