1 parent 567a597 commit 617c062Copy full SHA for 617c062
1 file changed
saltgui/static/scripts/Utils.js
@@ -199,6 +199,8 @@ export class Utils {
199
// show representation of the object
200
if (typeof pErrorMessage === "object") {
201
pErrorMessage = JSON.stringify(pErrorMessage);
202
+ } else if (pErrorMessage === false) {
203
+ pErrorMessage = "minion probably not reachable";
204
}
205
206
// the TD may contain text such as "loading...", clear that first
0 commit comments