mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +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">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Telemetry elements -->
|
||||
<div ng-repeat="childObject in composition"
|
||||
style="position: absolute;"
|
||||
style="position: absolute; background: #444;"
|
||||
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}}
|
||||
</div>
|
||||
<div ng-style="controller.getCellStyle()">
|
||||
{{controller.getValue(childObject.getId())}}
|
||||
<div style="position: absolute; right: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
||||
X{{controller.getValue(childObject.getId())}}
|
||||
</div>
|
||||
|
||||
<!-- Drag handles -->
|
||||
|
Loading…
Reference in New Issue
Block a user