We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bd0fb commit 2623975Copy full SHA for 2623975
app/scripts/services/resourceAlerts.js
@@ -101,6 +101,7 @@ angular.module("openshiftConsole")
101
details: $filter('getErrorDetails')(e)
102
};
103
});
104
+ return true;
105
}
106
}]
107
dist/scripts/scripts.js
@@ -4189,15 +4189,15 @@ links: [ {
4189
href: "",
4190
label: "Resume Rollouts",
4191
onClick: function() {
4192
-n.setPaused(t, !1, {
+return n.setPaused(t, !1, {
4193
namespace: t.metadata.namespace
4194
}).then(_.noop, function(n) {
4195
a[t.metadata.uid + "-pause-error"] = {
4196
type: "error",
4197
message: "An error occurred resuming the " + s(t.kind) + ".",
4198
details: e("getErrorDetails")(n)
4199
4200
-});
+}), !0;
4201
4202
} ]
4203
}), a;
0 commit comments