mirror of
https://github.com/nasa/openmct.git
synced 2025-01-10 23:12:57 +00:00
182d02599d
Add 'fill' properties, to allow specifying background color in Fixed Position view. WTD-881.
9 lines
378 B
HTML
9 lines
378 B
HTML
<div ng-style="{ background: ngModel.element.fill }"
|
|
style="width: 100%; height: 100%;">
|
|
<div style="position: absolute; left: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
|
{{ngModel.name}}
|
|
</div>
|
|
<div style="position: absolute; right: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
|
{{ngModel.value}}
|
|
</div>
|
|
</div> |