We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bcd2b commit b21d8e5Copy full SHA for b21d8e5
1 file changed
saltgui/static/scripts/panels/Panel.js
@@ -707,7 +707,7 @@ export class Panel {
707
708
const minions = pData.return[0];
709
const minionIds = Object.keys(minions).sort();
710
- const minionsDict = Utils.getStorageItemObject("session", "minions-txt");
+ const minionsDict = Utils.getStorageItemObject("session", "minions_txt");
711
712
// save for the autocompletion
713
// This callback will also be called after LOGOUT due to the regular error handling
0 commit comments