Skip to content

Commit b21d8e5

Browse files
author
Erwin Dondorp
committed
fix display of on-purpose offline minions, closes #712
1 parent e4bcd2b commit b21d8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

saltgui/static/scripts/panels/Panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ export class Panel {
707707

708708
const minions = pData.return[0];
709709
const minionIds = Object.keys(minions).sort();
710-
const minionsDict = Utils.getStorageItemObject("session", "minions-txt");
710+
const minionsDict = Utils.getStorageItemObject("session", "minions_txt");
711711

712712
// save for the autocompletion
713713
// This callback will also be called after LOGOUT due to the regular error handling

0 commit comments

Comments
 (0)