Re-aliging base HTML page after AdminLTE upgrade in 41efc60713c1f51e5b932a43c2d25b35e1207b39
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d9eff39e Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d9eff39e Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d9eff39e Branch: refs/heads/2_0_NO_JAXB Commit: d9eff39ed065030a4621488613693cb9bd83827f Parents: 8cad5aa Author: Francesco Chicchiriccò <[email protected]> Authored: Wed Jul 6 10:16:12 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Wed Jul 6 10:16:12 2016 +0200 ---------------------------------------------------------------------- .../org/apache/syncope/client/console/pages/BasePage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/d9eff39e/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html index d4d0343..a46620c 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html @@ -106,7 +106,7 @@ under the License. <li wicket:id="topologyLI"><a href="#" wicket:id="topology"><i class="fa fa-plug"></i><span><wicket:message key="topology"/></span></a></li> <li wicket:id="reportsLI"><a href="#" wicket:id="reports"><i class="fa fa-pie-chart"></i><span><wicket:message key="reports"/></span></a></li> <li wicket:id="configurationLI" class="treeview"> - <a href="#"><i class="fa fa-edit"></i><span><wicket:message key="configuration"/></span> <i class="fa fa-angle-left pull-right"></i></a> + <a href="#"><i class="fa fa-edit"></i><span><wicket:message key="configuration"/></span> <span class="pull-right-container"><i class="fa fa-angle-left pull-right"></i></span></a> <ul wicket:id="configurationUL" class="treeview-menu"> <li wicket:id="auditLI"><a href="#" wicket:id="audit"><i class="fa fa-check-square-o"></i><wicket:message key="audit"/></a></li> <li wicket:id="logsLI"><a href="#" wicket:id="logs"><i class="fa fa-file-text-o"></i><wicket:message key="logs"/></a></li> @@ -120,7 +120,7 @@ under the License. </ul> </li> <li wicket:id="extensionsLI" class="treeview"> - <a href="#"><i class="fa fa-puzzle-piece"></i><span><wicket:message key="extensions"/></span> <i class="fa fa-angle-left pull-right"></i></a> + <a href="#"><i class="fa fa-puzzle-piece"></i><span><wicket:message key="extensions"/></span> <span class="pull-right-container"><i class="fa fa-angle-left pull-right"></i></span></a> <ul class="treeview-menu" wicket:id="extPages"> <li wicket:id="extPageLI"> <a href="#" wicket:id="extPage"><i wicket:id="extPageIcon"></i><span wicket:id="extPageLabel"/></a>
