mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-07 00:21:47 -05:00
Update project structure
This commit is contained in:
8
awx/ui/client/lib/components/input/text.partial.html
Normal file
8
awx/ui/client/lib/components/input/text.partial.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="col-sm-{{ col }}">
|
||||
<div class="form-group at-u-flat">
|
||||
<at-input-label config="config.label"></at-input-label>
|
||||
<input type="text" class="form-control at-Input" ng-model="config.input"
|
||||
ng-attr-autofocus="{{ meta.autofocus || undefined }}" tabindex="{{ meta.tabindex }}"
|
||||
placeholder="{{ config.placeholder }}" />
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user