Repository: isis Updated Branches: refs/heads/master 067ea19a1 -> 696921930
Temp disable Amelia theme to avoid bad UX Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/7800cf09 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/7800cf09 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/7800cf09 Branch: refs/heads/master Commit: 7800cf099ad5039bfbf7533eb610b6dadfc0c6e8 Parents: d023786 Author: bibryam <red2KIDS> Authored: Mon Oct 17 11:29:37 2016 +0100 Committer: bibryam <red2KIDS> Committed: Mon Oct 17 11:29:37 2016 +0100 ---------------------------------------------------------------------- .../webapp/src/main/webapp/WEB-INF/viewer_wicket.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/7800cf09/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/viewer_wicket.properties ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/viewer_wicket.properties b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/viewer_wicket.properties index 5ed15f9..7b72fb1 100644 --- a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/viewer_wicket.properties +++ b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/viewer_wicket.properties @@ -91,7 +91,8 @@ isis.viewer.wicket.themes.showChooser=true # #isis.viewer.wicket.themes.enabled=bootstrap-theme,Cosmo,Flatly,Darkly,Sandstone,United - +# ISIS-1520 Temporarily disable the broken Amelia theme and list all other themes +isis.viewer.wicket.themes.enabled=bootstrap-theme, Cerulean, Cosmo, Cyborg, Darkly, Flatly, Journal, Lumen, Paper, Readable, Sandstone, Simplex, Slate, Spacelab, Superhero, United, Yeti # # whether to automatically select dependent choice when the choice it depends upon changes.
