We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5972dde commit 2a81b7fCopy full SHA for 2a81b7f
app/scripts/services/resourceAlerts.js
@@ -123,6 +123,7 @@ angular.module("openshiftConsole")
123
details: $filter('getErrorDetails')(e)
124
};
125
});
126
+ return true;
127
}
128
}]
129
dist/scripts/scripts.js
@@ -4094,15 +4094,15 @@ links: [ {
4094
href: "",
4095
label: "Resume Rollouts",
4096
onClick: function() {
4097
-n.setPaused(t, !1, {
+return n.setPaused(t, !1, {
4098
namespace: t.metadata.namespace
4099
}).then(_.noop, function(n) {
4100
a[t.metadata.uid + "-pause-error"] = {
4101
type: "error",
4102
message: "An error occurred resuming the " + i(t.kind) + ".",
4103
details: e("getErrorDetails")(n)
4104
4105
-});
+}), !0;
4106
4107
} ]
4108
}), a;
0 commit comments