Browse Source

#8907 Fix interactive button not selectable

Sibren van Setten 2 years ago
parent
commit
a17da4b4af
1 changed files with 4 additions and 2 deletions
  1. 4 2
      tabby-ssh/src/components/sshProfileSettings.component.pug

+ 4 - 2
tabby-ssh/src/components/sshProfileSettings.component.pug

@@ -160,10 +160,12 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
                         type='radio',
                         name='auth',
                         [(ngModel)]='profile.options.auth',
-                        id='auth"keyboardInteractive"'
+                        id='auth"keyboardInteractive"',
                         [value]='"keyboardInteractive"'
                     )
-                    label.btn.btn-secondary(ngbButtonLabel)
+                    label.btn.btn-secondary(
+                        for='auth"keyboardInteractive"'
+                    )
                         i.far.fa-keyboard
                         .m-0(translate) Interactive