Skip to content

Commit

Permalink
bump(github.com/openshift/origin-web-console): 53807d04bc6cc26a815bcb…
Browse files Browse the repository at this point in the history
…f44b39a69a6d064a53
  • Loading branch information
OpenShift Bot committed Apr 28, 2017
1 parent 10e24c1 commit 03beec0
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -11931,23 +11931,7 @@ f.$watchGroup([ "claim.amount", "claim.unit" ], i);
});
}
};
} ]), angular.module("openshiftConsole").directive("oscUnique", function() {
return {
restrict:"A",
scope:{
oscUnique:"="
},
require:"ngModel",
link:function(a, b, c, d) {
var e = [];
a.$watchCollection("oscUnique", function(a) {
e = _.isArray(a) ? a :_.keys(a);
}), d.$parsers.unshift(function(a) {
return d.$setValidity("oscUnique", !_.includes(e, a)), a;
});
}
};
}), angular.module("openshiftConsole").directive("oscAutoscaling", [ "HPAService", "LimitRangesService", "DNS1123_SUBDOMAIN_VALIDATION", function(a, b, c) {
} ]), angular.module("openshiftConsole").directive("oscAutoscaling", [ "HPAService", "LimitRangesService", "DNS1123_SUBDOMAIN_VALIDATION", function(a, b, c) {
return {
restrict:"E",
scope:{
Expand Down Expand Up @@ -91264,7 +91248,23 @@ c ? c() :a.history.back();
};
} ]
};
} ]), angular.module("openshiftCommonUI").directive("takeFocus", [ "$timeout", function(a) {
} ]), angular.module("openshiftCommonUI").directive("oscUnique", function() {
return {
restrict:"A",
scope:{
oscUnique:"="
},
require:"ngModel",
link:function(a, b, c, d) {
var e = [];
a.$watchCollection("oscUnique", function(a) {
e = _.isArray(a) ? a :_.keys(a);
}), d.$parsers.unshift(function(a) {
return d.$setValidity("oscUnique", !_.includes(e, a)), a;
});
}
};
}), angular.module("openshiftCommonUI").directive("takeFocus", [ "$timeout", function(a) {
return {
restrict:"A",
link:function(b, c) {
Expand Down Expand Up @@ -91752,7 +91752,7 @@ kind:a.kind
}), _.each(b.groups, function(a) {
var b = l[a.name] || a.preferredVersion;
_.each(a.versions[b].resources, function(b) {
b.name.indexOf("/") >= 0 || _.contains(f, b.kind) || "autoscaling" === a.name && "HorizontalPodAutoscaler" === b.kind || "batch" === a.name && "Job" === b.kind || (b.namespaced || c) && e.push({
b.name.indexOf("/") >= 0 || _.contains(f, b.kind) || "extensions" === a.name && "HorizontalPodAutoscaler" === b.kind || "batch" === a.name && "Job" === b.kind || (b.namespaced || c) && e.push({
kind:b.kind,
group:a.name
});
Expand Down

0 comments on commit 03beec0

Please sign in to comment.