openmct/platform/commonUI/general/res/templates/bottombar.html

9 lines
391 B
HTML
Raw Normal View History

<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>