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 4, 2024
1 parent cacc948 commit a943f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/shell/indexes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const _ = cockpit.gettext;
XXX - This is a user preference and will eventually be set via
cockpit.conf or some other mechanism.
*/
const warn_before_connecting = true;
const warn_before_connecting = false;

/* When to launch the interactive connection dialogs immediately when
navigating to a remote host via the URL.
Expand All @@ -50,7 +50,7 @@ const warn_before_connecting = true;
to assume that it doesn't have to do the first connection. Then all
login stuff happens in the dialogs.
*/
const connect_interactively_when_navigating = true;
const connect_interactively_when_navigating = false;

function MachinesIndex(index_options, machines, loader) {
if (!index_options)
Expand Down

0 comments on commit a943f94

Please sign in to comment.