mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
disable textarea drag and drop when field is disabled
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user