Resolved FELIX-1996 /Console should warn when config is bound to a different bundle/
https://issues.apache.org/jira/browse/FELIX-1996
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@926009 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/config.html b/webconsole/src/main/resources/templates/config.html
index a013e33..1e60387 100644
--- a/webconsole/src/main/resources/templates/config.html
+++ b/webconsole/src/main/resources/templates/config.html
@@ -23,7 +23,8 @@
del_ask : '${config.del.ask}', // "Are you sure to delete this configuration ?";
del_config : '${config.del.config}', // "Configuration: ";
del_bundle : '${config.del.bundle}', // "Bundle: ";
- unbind_ask : '${config.unbind.ask}' // "Are you sure to unbind this configuration ?"
+ unbind_ask : '${config.unbind.ask}', // "Are you sure to unbind this configuration ?"
+ err_bind : '${config.bind.error}' // Error: the PID'{0}' is bound to '{1}' but the actual managed service is registered from '{2}' bundle
}
// ]]>
</script>
@@ -72,6 +73,7 @@
<!-- placeholder for property editor -->
<div id="editor" class="ui-helper-hidden">
+ <p class="ui-state-error ui-helper-hidden"> </p>
<table id="editorTable" class="nicetable">
<tr><td> </td></tr>
</table>