fix open '_blank' issue on metro menu
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/db01c5a0 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/db01c5a0 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/db01c5a0 Branch: refs/heads/master Commit: db01c5a0ccd4e74f9b14b3d74434b1894f990e71 Parents: 353f95a Author: Dakshika Jayathilaka <[email protected]> Authored: Tue Nov 11 11:08:25 2014 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Tue Nov 11 11:08:25 2014 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/partials/metro_menu.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/db01c5a0/components/org.apache.stratos.manager.console/console/themes/theme0/partials/metro_menu.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/metro_menu.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/metro_menu.hbs index 945e0b9..b93fd40 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/metro_menu.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/metro_menu.hbs @@ -10,7 +10,7 @@ {{link}} {{else}} {{url ""}}/{{link}} - {{/if}}" {{#if linkexternal}}target="blank"{{/if}} class="block"> + {{/if}}" {{#if linkexternal}} target="_blank"{{/if}} class="block"> <div class="col-md-4 content-menu-block border-right" > <div class="content-menu-icon"> <i class="fa {{icon}} block"></i>
