Files
awx/awx/ui/client/components/input/label.partial.html
2017-06-12 09:53:11 -04:00

6 lines
258 B
HTML

<label class="at-InputLabel at-u-flat">
<span ng-if="config.required" class="pull-left at-InputLabel-required">*</span>
<span class="pull-left">{{ config.text }}</span>
<at-popover class="pull-left" config="config.popover"></at-popover>
</label>