Finalizes SSL Passthrough hosts

This commit is contained in:
chaptergy
2021-10-12 15:25:46 +02:00
parent ab026e5e18
commit 02d3093d88
13 changed files with 95 additions and 25 deletions

View File

@ -12,11 +12,11 @@ module.exports = Mn.View.extend({
className: 'modal-dialog',
ui: {
form: 'form',
form: 'form',
forwarding_host: 'input[name="forwarding_host"]',
buttons: '.modal-footer button',
cancel: 'button.cancel',
save: 'button.save'
buttons: '.modal-footer button',
cancel: 'button.cancel',
save: 'button.save'
},
events: {