Skip to content

Commit

Permalink
DBG - switch off the warnings
Browse files Browse the repository at this point in the history
this should give us the old behavior, more or less, and we can run the
old tests.
  • Loading branch information
mvollmer committed Sep 3, 2024
1 parent 3d83b85 commit e63798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/shell/hosts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class CockpitHosts extends React.Component {
edit_machine: null,
switch_machine: null,
error_options: null,
warn_before_connecting: true,
warn_before_connecting: false,
};

this.toggleMenu = this.toggleMenu.bind(this);
Expand Down

0 comments on commit e63798d

Please sign in to comment.