mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +00:00
@ -22,7 +22,7 @@
|
|||||||
</style>-->
|
</style>-->
|
||||||
|
|
||||||
<div ng-controller="PlotOptionsController" class="flex-elem grows l-inspector-part">
|
<div ng-controller="PlotOptionsController" class="flex-elem grows l-inspector-part">
|
||||||
<em>Display</em>
|
<em title="Display properties for this object">Display</em>
|
||||||
<ul class="first flex-elem grows vscroll">
|
<ul class="first flex-elem grows vscroll">
|
||||||
<ul class="tree">
|
<ul class="tree">
|
||||||
<li ng-repeat="child in children">
|
<li ng-repeat="child in children">
|
||||||
@ -41,13 +41,13 @@
|
|||||||
</mct-representation>
|
</mct-representation>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<div class="plot-options-form">
|
<div class="plot-options-form no-validate l-controls-first">
|
||||||
<mct-form
|
<mct-form
|
||||||
ng-class="{hidden: !toggle.isActive()}"
|
ng-class="{hidden: !toggle.isActive()}"
|
||||||
ng-model="plotOptionsModel"
|
ng-model="plotOptionsModel"
|
||||||
structure="plotOptionsStructure"
|
structure="plotOptionsStructure"
|
||||||
name="plotOptionsState"
|
name="plotOptionsState"
|
||||||
class="flex-elem">
|
class="flex-elem l-flex-row">
|
||||||
</mct-form>
|
</mct-form>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
|
Reference in New Issue
Block a user