mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 15:26:39 +00:00
448b535de0
WTD-610 CSS and markup mods principally focused on selects, checkboxes and composite controls; Cleaned up positioning and formatting in .l-result area of query form bottom; Removed display of view type when only a single view available for an object in switcher.html Conflicts: platform/commonUI/general/res/css/theme-espresso.css vista/query/res/templates/channel-query.html vista/query/res/templates/channel-selector.html vista/query/res/templates/evr-query.html
8 lines
193 B
HTML
8 lines
193 B
HTML
<label class="checkbox custom no-text">
|
|
<input type="checkbox"
|
|
name="mctControl"
|
|
ng-model="ngModel[field]"
|
|
ng-disabled="ngDisabled">
|
|
<em></em>
|
|
</label>
|