Add styling for time conductor on mobile that removes slider and rearranges inputs to utilize space more effectively. https://github.com/nasa/openmct/issues/318
12 lines
335 B
HTML
12 lines
335 B
HTML
<mct-include key="'time-controller'"
|
|
parameters='parameters'
|
|
ng-model='ngModel.conductor'>
|
|
</mct-include>
|
|
<mct-control key="'select'"
|
|
ng-model='ngModel'
|
|
field="'domain'"
|
|
options="ngModel.options"
|
|
class="l-time-domain-selector"
|
|
>
|
|
</mct-control>
|