mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-15 12:18:12 -05:00
13 lines
608 B
Plaintext
13 lines
608 B
Plaintext
![]() |
section.settings-group
|
||
|
h3 {{'options_group_pacUrl' | tr}}
|
||
|
.width-limit(input-group-clear type='url' model='profile.pacUrl')
|
||
|
p.help-block {{'options_pacUrlHelp' | tr}}
|
||
|
section.settings-group
|
||
|
h3 {{'options_group_pacScript' | tr}}
|
||
|
p
|
||
|
button.btn.btn-default(ng-disabled='!profile.pacUrl' ng-click='updateProfile(profile.name)'
|
||
|
ladda='updatingProfile[profile.name]' data-spinner-color="#000000")
|
||
|
| #[span.glyphicon.glyphicon-download-alt] {{'options_downloadProfileNow' | tr}}
|
||
|
textarea.form-control.width-limit(ng-model='profile.pacScript' rows=20
|
||
|
ng-disabled='!!profile.pacUrl')
|