mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Allow to copy text in disabled textarea
This commit is contained in:
parent
1cd4470a39
commit
cfd30ea809
@ -37,4 +37,4 @@ div(ng-controller='PacProfileCtrl')
|
|||||||
p.alert.alert-danger.width-limit(ng-show='profile.pacUrl && !profile.lastUpdate')
|
p.alert.alert-danger.width-limit(ng-show='profile.pacUrl && !profile.lastUpdate')
|
||||||
| {{'options_pacScriptObsolete' | tr}}
|
| {{'options_pacScriptObsolete' | tr}}
|
||||||
textarea.monospace.form-control.width-limit(ng-model='profile.pacScript' rows=20
|
textarea.monospace.form-control.width-limit(ng-model='profile.pacScript' rows=20
|
||||||
ng-disabled='pacUrlCtrl.ctrl.$invalid || !!profile.pacUrl')
|
ng-readonly='pacUrlCtrl.ctrl.$invalid || !!profile.pacUrl')
|
||||||
|
@ -28,5 +28,5 @@ div(ng-controller='RuleListProfileCtrl')
|
|||||||
ladda='updatingProfile[profile.name]' data-spinner-color="#000000")
|
ladda='updatingProfile[profile.name]' data-spinner-color="#000000")
|
||||||
| #[span.glyphicon.glyphicon-download-alt] {{'options_downloadProfileNow' | tr}}
|
| #[span.glyphicon.glyphicon-download-alt] {{'options_downloadProfileNow' | tr}}
|
||||||
textarea.monospace.form-control.width-limit(ng-model='profile.ruleList' rows=20
|
textarea.monospace.form-control.width-limit(ng-model='profile.ruleList' rows=20
|
||||||
ng-disabled='!!profile.sourceUrl')
|
ng-readonly='!!profile.sourceUrl')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user