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 Aug 22, 2017
1 parent 5972dde commit 2a81b7f
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
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ angular.module("openshiftConsole")
details: $filter('getErrorDetails')(e)
};
});
return true;
}
}]
};
Expand Down
4 changes: 2 additions & 2 deletions dist/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -4094,15 +4094,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 " + i(t.kind) + ".",
details: e("getErrorDetails")(n)
};
});
}), !0;
}
} ]
}), a;
Expand Down

0 comments on commit 2a81b7f

Please sign in to comment.