mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
disable textarea drag and drop when field is disabled
This commit is contained in:
parent
71fea2e360
commit
f15b1ae549
@ -11,6 +11,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<input ng-show="ssh"
|
||||
ng-disabled="state._disabled || form.disabled"
|
||||
class="at-InputFile--hidden"
|
||||
ng-class="{'at-InputFile--drag': drag }"
|
||||
type="file"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user