mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
Restore navigation via breadcrumbs
Fix navigation via inspector breadcrumbs. Fixes https://github.com/nasa/openmct/issues/1927
This commit is contained in:
parent
5288dadafb
commit
ee5d59024a
@ -38,6 +38,7 @@
|
||||
ng-class="{ last:($index + 1) === contextualParents.length }">
|
||||
<mct-representation key="'label'"
|
||||
mct-object="parent"
|
||||
ng-click="parent.getCapability('action').perform('navigate')"
|
||||
class="location-item">
|
||||
</mct-representation>
|
||||
</span>
|
||||
@ -49,6 +50,7 @@
|
||||
ng-class="{ last:($index + 1) === primaryParents.length }">
|
||||
<mct-representation key="'label'"
|
||||
mct-object="parent"
|
||||
ng-click="parent.getCapability('action').perform('navigate')"
|
||||
class="location-item">
|
||||
</mct-representation>
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user