commit | 7032d35a6bc149fd36cba467ba5bc2361dd2c447 | [log] [tgz] |
---|---|---|
author | Valentin Valchev <vvalchev@apache.org> | Tue Mar 10 08:35:19 2015 +0000 |
committer | Valentin Valchev <vvalchev@apache.org> | Tue Mar 10 08:35:19 2015 +0000 |
tree | cfd1c04ee3b23af419e34e98bedf9226923a1063 | |
parent | 318c2cb133bcde3a90791eae22ce06e305eeacda [diff] [blame] |
Fixed FELIX-3695 : When bundle filter doesn't match, the tool bars are duplicated https://issues.apache.org/jira/browse/FELIX-3695 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1665413 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/bundles.html b/webconsole/src/main/resources/templates/bundles.html index 1ce0656..0a2a571 100644 --- a/webconsole/src/main/resources/templates/bundles.html +++ b/webconsole/src/main/resources/templates/bundles.html
@@ -39,6 +39,7 @@ statlineResolved : '${bundles.statline.resolved}', statlineInstalled : '${bundles.statline.installed}', install_update : '${bundles.install_or_update}', + filterNoMatch : '${bundles.filter.no_match}', state : { 1 : '${bundles.state.1}', // uninstalled 2 : '${bundles.state.2}', // installed