mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[appSwitcher] use the lastSubUrl for app links
This commit is contained in:
parent
580728f028
commit
1704e0d448
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="app-links">
|
||||
<div class="app-link" ng-repeat="app in chrome.getNavLinks() | orderBy:'title'">
|
||||
<a ng-href="{{ app.url }}">
|
||||
<a ng-href="{{ app.lastSubUrl || app.url }}">
|
||||
|
||||
<div ng-if="app.icon" ng-style="{ 'background-image': 'url(../' + app.icon + ')' }" class="app-icon"></div>
|
||||
<div ng-if="!app.icon" class="app-icon app-icon-missing">{{app.title[0]}}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue