Skip to content

Commit

Permalink
HAWNG-646: Default connection modal to https scheme
Browse files Browse the repository at this point in the history
* Makes the switch on the ConnectionModal default to https
  • Loading branch information
phantomjinx committed May 8, 2024
1 parent b81f348 commit 8f50b08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/hawtio/src/plugins/connect/remote/Remote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const RemoteToolbar: React.FunctionComponent = () => {
}

const initialConnection = { ...INITIAL_CONNECTION }
// default connection modal to 'https'
initialConnection.scheme = 'https'

return (
<Toolbar id='connect-toolbar'>
Expand Down

0 comments on commit 8f50b08

Please sign in to comment.