mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-25 17:31:48 -05:00
Add support for drag/drop to key formatted textareas
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
<div class="form-group at-u-flat">
|
||||
<at-input-label></at-input-label>
|
||||
|
||||
<div class="input-group">
|
||||
<span class="input-group-btn at-InputGroup-button">
|
||||
<button class="btn at-ButtonHollow--white at-Input-button"
|
||||
<div ng-class="{ 'input-group': edit }">
|
||||
<span ng-if="edit" class="input-group-btn at-InputGroup-button">
|
||||
<button ng-if="edit"
|
||||
class="btn at-ButtonHollow--white at-Input-button"
|
||||
ng-disabled="state._disabled || form.disabled"
|
||||
ng-click="vm.toggle()">
|
||||
{{ buttonText }}
|
||||
|
||||
Reference in New Issue
Block a user