Skip to content

Commit

Permalink
Fix problem where UI appears unresponsive while waiting for websocket…
Browse files Browse the repository at this point in the history
… update
  • Loading branch information
benjaminapetersen committed Sep 28, 2017
1 parent 36bd0fb commit 2623975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/scripts/services/resourceAlerts.js
Expand Up @@ -101,6 +101,7 @@ angular.module("openshiftConsole")
details: $filter('getErrorDetails')(e)
};
});
return true;
}
}]
};
Expand Down
4 changes: 2 additions & 2 deletions dist/scripts/scripts.js
Expand Up @@ -4189,15 +4189,15 @@ links: [ {
href: "",
label: "Resume Rollouts",
onClick: function() {
n.setPaused(t, !1, {
return n.setPaused(t, !1, {
namespace: t.metadata.namespace
}).then(_.noop, function(n) {
a[t.metadata.uid + "-pause-error"] = {
type: "error",
message: "An error occurred resuming the " + s(t.kind) + ".",
details: e("getErrorDetails")(n)
};
});
}), !0;
}
} ]
}), a;
Expand Down

0 comments on commit 2623975

Please sign in to comment.