mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
9a400f6fba
Add bundle platform/commonUI/about, and initial templates for the About dialog. WTD-667.
9 lines
388 B
HTML
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> |