openmct/platform/commonUI/general/res/templates/bottombar.html
Victor Woeltjen 9a400f6fba [About] Add About bundle
Add bundle platform/commonUI/about, and initial templates for
the About dialog. WTD-667.
2015-01-14 10:44:59 -08:00

9 lines
388 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="'about-logo'"></mct-include>
</div>