Skip to content

Commit 617c062

Browse files
author
Erwin Dondorp
committed
add our own error message when minion is unreachable, closes #735
1 parent 567a597 commit 617c062

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

saltgui/static/scripts/Utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ export class Utils {
199199
// show representation of the object
200200
if (typeof pErrorMessage === "object") {
201201
pErrorMessage = JSON.stringify(pErrorMessage);
202+
} else if (pErrorMessage === false) {
203+
pErrorMessage = "minion probably not reachable";
202204
}
203205

204206
// the TD may contain text such as "loading...", clear that first

0 commit comments

Comments
 (0)