From c6d4eb70831ffccbd9ceca7f043ce3dbee0b1ebb Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 20 Mar 2021 12:20:48 +0100 Subject: [PATCH] ui --- .../src/components/editConnectionModal.component.pug | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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