diff --git a/terminus-ssh/src/components/editConnectionModal.component.pug b/terminus-ssh/src/components/editConnectionModal.component.pug index 357a1ec7..42d33a07 100644 --- a/terminus-ssh/src/components/editConnectionModal.component.pug +++ b/terminus-ssh/src/components/editConnectionModal.component.pug @@ -49,23 +49,23 @@ [(ngModel)]='connection.auth', ngbRadioGroup ) - label.btn.btn-outline-secondary(ngbButtonLabel) + label.btn.btn-secondary(ngbButtonLabel) input(type='radio', ngbButton, [value]='null') i.far.fa-lightbulb .m-0 Auto - label.btn.btn-outline-secondary(ngbButtonLabel) + label.btn.btn-secondary(ngbButtonLabel) input(type='radio', ngbButton, [value]='"password"') i.fas.fa-font .m-0 Password - label.btn.btn-outline-secondary(ngbButtonLabel) + label.btn.btn-secondary(ngbButtonLabel) input(type='radio', ngbButton, [value]='"publicKey"') i.fas.fa-key .m-0 Key - label.btn.btn-outline-secondary(ngbButtonLabel) + label.btn.btn-secondary(ngbButtonLabel) input(type='radio', ngbButton, [value]='"agent"') i.fas.fa-user-secret .m-0 Agent - label.btn.btn-outline-secondary(ngbButtonLabel) + label.btn.btn-secondary(ngbButtonLabel) input(type='radio', ngbButton, [value]='"keyboardInteractive"') i.far.fa-keyboard .m-0 Interactive