mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 22:24:18 +00:00
[Fixed Position] Position/style telemetry cells
Position telemetry elements in fixed position view appropriately. WTD-615.
This commit is contained in:
parent
bd068f31c5
commit
b2c9b0a2fb
@ -10,18 +10,16 @@
|
|||||||
ng-style="cell">
|
ng-style="cell">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Telemetry elements -->
|
||||||
|
|
||||||
|
|
||||||
<div ng-repeat="childObject in composition"
|
<div ng-repeat="childObject in composition"
|
||||||
style="position: absolute;"
|
style="position: absolute; background: #444;"
|
||||||
ng-style="controller.getStyle(childObject.getId())">
|
ng-style="controller.getStyle(childObject.getId())">
|
||||||
|
|
||||||
<div ng-style="controller.getCellStyle()">
|
<div style="position: absolute; left: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
||||||
{{childObject.getModel().name}}
|
{{childObject.getModel().name}}
|
||||||
</div>
|
</div>
|
||||||
<div ng-style="controller.getCellStyle()">
|
<div style="position: absolute; right: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
||||||
{{controller.getValue(childObject.getId())}}
|
X{{controller.getValue(childObject.getId())}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Drag handles -->
|
<!-- Drag handles -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user