mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
1a50f50310
Allow indicators to include their own custom templates. WTD-608.
9 lines
391 B
HTML
9 lines
391 B
HTML
<div class='abs bottom-bar ue-bottom-bar' ng-controller="BottomBarController as bar">
|
|
<div id='status' class='status-holder abs'>
|
|
<mct-include ng-repeat="indicator in bar.getIndicators()"
|
|
ng-model="indicator.ngModel"
|
|
key="indicator.template">
|
|
</mct-include>
|
|
</div>
|
|
<!--mct-include key="'app-logo'"></mct-include-->
|
|
</div> |