Skip to content

Commit

Permalink
bump(github.com/openshift/origin-web-console): 837875079457b94b472226…
Browse files Browse the repository at this point in the history
…41ae6a5f215326e0a5
  • Loading branch information
OpenShift Bot committed Apr 7, 2017
1 parent b4b7083 commit 44d4f23
Showing 1 changed file with 64 additions and 64 deletions.
128 changes: 64 additions & 64 deletions pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -15165,21 +15165,7 @@ return e(i, "year", "years"), e(j, "month", "months"), e(k, "day", "days"), e(l,
return function(a, b, c) {
return moment().subtract(b, c).diff(moment(a)) < 0;
};
}).filter("isNewerResource", function() {
return function(a, b) {
var c = _.get(a, "metadata.creationTimestamp");
if (!c) return !1;
var d = _.get(b, "metadata.creationTimestamp");
return !d || c > d;
};
}).filter("mostRecent", [ "isNewerResourceFilter", function(a) {
return function(b) {
var c = null;
return _.each(b, function(b) {
c && !a(b, c) || (c = b);
}), c;
};
} ]).filter("humanizeDurationValue", function() {
}).filter("humanizeDurationValue", function() {
return function(a, b) {
return moment.duration(a, b).humanize();
};
Expand All @@ -15196,14 +15182,6 @@ return (d < 0 || e < 0 || f < 0) && (d = e = f = 0), d && b.push(d + "h"), e &&
return function(b) {
return a(b, "volume.beta.kubernetes.io/storage-class");
};
} ]).filter("searchProjects", [ "displayNameFilter", function(a) {
return function(b, c) {
return c ? (c = c.toLowerCase(), _.filter(b, function(b) {
if (_.includes(b.metadata.name, c)) return !0;
var d = a(b, !0);
return !(!d || !_.includes(d.toLowerCase(), c));
})) :b;
};
} ]).filter("tags", [ "annotationFilter", function(a) {
return function(b, c) {
c = c || "tags";
Expand Down Expand Up @@ -89874,11 +89852,11 @@ xhr:c
}), m = [];
_.each(window.OPENSHIFT_CONFIG.additionalServers, function(a) {
var b = (a.protocol ? a.protocol + "://" :e) + a.hostPort + a.prefix;
m.push($.get(b).then(_.partial(k, b, a), function(a, b, c) {
d.push({
data:a,
textStatus:b,
xhr:c
m.push($.get(b).then(_.partial(k, b, a), function(b, c, e) {
a.required !== !1 && d.push({
data:b,
textStatus:c,
xhr:e
});
}));
});
Expand Down Expand Up @@ -90213,6 +90191,27 @@ return a.canI(b, c, d);
return function(b) {
return a.canIAddToProject(b);
};
} ]), angular.module("openshiftCommonUI").filter("isNewerResource", function() {
return function(a, b) {
var c = _.get(a, "metadata.creationTimestamp");
if (!c) return !1;
var d = _.get(b, "metadata.creationTimestamp");
return !d || c > d;
};
}).filter("mostRecent", [ "isNewerResourceFilter", function(a) {
return function(b) {
var c = null;
return _.each(b, function(b) {
c && !a(b, c) || (c = b);
}), c;
};
} ]).filter("orderObjectsByDate", [ "toArrayFilter", function(a) {
return function(b, c) {
return b = a(b), b.sort(function(a, b) {
if (!(a.metadata && a.metadata.creationTimestamp && b.metadata && b.metadata.creationTimestamp)) throw "orderObjectsByDate expects all objects to have the field metadata.creationTimestamp";
return a.metadata.creationTimestamp < b.metadata.creationTimestamp ? c ? 1 :-1 :a.metadata.creationTimestamp > b.metadata.creationTimestamp ? c ? -1 :1 :0;
}), b;
};
} ]), angular.module("openshiftCommonUI").filter("highlightKeywords", [ "KeywordService", function(a) {
return function(b, c, d) {
if (!b) return b;
Expand All @@ -90223,13 +90222,6 @@ return _.isRegExp(a) ? a.source :_.escapeRegExp(a);
}).join("|"), g = "", h = 0, i = d ? "g" :"ig", j = new RegExp(f, i); null !== (e = j.exec(b)); ) h < e.index && (g += _.escape(b.substring(h, e.index))), g += "<mark>" + _.escape(e[0]) + "</mark>", h = j.lastIndex;
return h < b.length && (g += _.escape(b.substring(h))), g;
};
} ]), angular.module("openshiftCommonUI").filter("orderObjectsByDate", [ "toArrayFilter", function(a) {
return function(b, c) {
return b = a(b), b.sort(function(a, b) {
if (!(a.metadata && a.metadata.creationTimestamp && b.metadata && b.metadata.creationTimestamp)) throw "orderObjectsByDate expects all objects to have the field metadata.creationTimestamp";
return a.metadata.creationTimestamp < b.metadata.creationTimestamp ? c ? 1 :-1 :a.metadata.creationTimestamp > b.metadata.creationTimestamp ? c ? -1 :1 :0;
}), b;
};
} ]), angular.module("openshiftCommonUI").filter("parseJSON", function() {
return function(a) {
if (!a) return null;
Expand Down Expand Up @@ -90279,6 +90271,14 @@ if (!c) return "";
var e = a(c), f = c.metadata.name;
return e !== f && b(d)[e] > 1 ? e + " (" + f + ")" :e;
};
} ]).filter("searchProjects", [ "displayNameFilter", function(a) {
return function(b, c) {
return c ? (c = c.toLowerCase(), _.filter(b, function(b) {
if (_.includes(b.metadata.name, c)) return !0;
var d = a(b, !0);
return !(!d || !_.includes(d.toLowerCase(), c));
})) :b;
};
} ]).filter("label", function() {
return function(a, b) {
return a && a.metadata && a.metadata.labels ? a.metadata.labels[b] :null;
Expand Down Expand Up @@ -91199,23 +91199,23 @@ var t = "{protocol}://{+hostPort}{+prefix}{/group}/{version}/", u = t + "{resour
o.prototype._urlForResource = function(a, b, c, d, e) {
var f = g.apiInfo(a);
if (!f) return i.error("_urlForResource called with unknown resource", a, arguments), null;
var h;
if (e = e || {}, h = d ? "http:" === window.location.protocol ? "ws" :"wss" :"http:" === window.location.protocol ? "http" :"https", c && c.namespace && !e.namespace && (e.namespace = c.namespace), f.namespaced && !e.namespace) return i.error("_urlForResource called for a namespaced resource but no namespace provided", a, arguments), null;
var j = f.namespaced, k = null;
j && (k = e.namespace, e = angular.copy(e), delete e.namespace);
var l, m = {
protocol:f.protocol || h,
var h, j = f.protocol || window.location.protocol;
if (e = e || {}, h = d ? "http:" === j ? "ws" :"wss" :"http:" === j ? "http" :"https", c && c.namespace && !e.namespace && (e.namespace = c.namespace), f.namespaced && !e.namespace) return i.error("_urlForResource called for a namespaced resource but no namespace provided", a, arguments), null;
var k = f.namespaced, l = null;
k && (l = e.namespace, e = angular.copy(e), delete e.namespace);
var m, n = {
protocol:h,
hostPort:f.hostPort,
prefix:f.prefix,
group:f.group,
version:f.version,
resource:a.primaryResource(),
subresource:a.subresources(),
name:b,
namespace:k,
namespace:l,
q:e
};
return l = b ? j ? x :v :j ? w :u, URI.expand(l, m).toString();
return m = b ? k ? x :v :k ? w :u, URI.expand(m, n).toString();
}, o.prototype.url = function(a) {
if (a && a.resource) {
var b = angular.copy(a);
Expand Down Expand Up @@ -293048,6 +293048,7 @@ body{padding-right:0px!important}
}
.separator{border-top:1px solid rgba(0,0,0,.15)}
.surface-shaded .nav-tabs{border-color:rgba(0,0,0,.15)}
.surface-shaded .ui-select-bootstrap .ui-select-match>.btn{background-color:#fff;background-image:linear-gradient(to bottom,#fff 0%,#fbfbfb 100%)}
.breadcrumb{font-size:12px;padding-bottom:0}
@media (min-width:768px){.browse-deployment-donut .deployment-donut{-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end}
.nav-tabs.nav-justified{border-bottom:1px solid #ededed}
Expand Down Expand Up @@ -294195,19 +294196,6 @@ td.visible-print,th.visible-print{display:table-cell!important}
.log-view.log-fixed-height ::-webkit-scrollbar-track,.navbar-project-menu ::-webkit-scrollbar-track{background-color:#050505}
.log-view.log-fixed-height ::-webkit-scrollbar{width:17px}
.log-view.log-fixed-height ::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}
.surface-shaded .ui-select-bootstrap .ui-select-match>.btn{background-color:#fff;background-image:linear-gradient(to bottom,#fff 0%,#fbfbfb 100%)}
.ui-select-bootstrap .ui-select-choices-row>span{border-color:transparent;border-style:solid;border-width:1px 0;line-height:1.66666667;padding:1px 10px}
.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{background-color:#def3ff;border-color:#bee1f4;color:#4d5258}
.ui-select-bootstrap .ui-select-choices-row.active>span{background-color:#0088ce!important;border-color:#0088ce!important;color:#fff}
.ui-select-bootstrap .ui-select-choices-row.active .text-muted{color:#f5f5f5}
.ui-select-bootstrap .ui-select-choices-row-inner{min-height:24px;cursor:pointer}
.ui-select-bootstrap .ui-select-choices-group-label:empty{padding:0}
.ui-select-bootstrap .ui-select-match-text,.ui-select-bootstrap .ui-select-placeholder{font-weight:400;padding-right:20px}
.ui-select-bootstrap .ui-select-match-text span{display:block;text-overflow:ellipsis}
.ui-select-bootstrap .ui-select-match-text span span{display:inline}
.ui-select-bootstrap .ui-select-placeholder{display:block;overflow:hidden;text-overflow:ellipsis;width:100%}
.ui-select-bootstrap .ui-select-toggle>.caret{font-size:12px;font-style:normal;right:6px;top:10px;pointer-events:none}
.ui-select-bootstrap .ui-select-search{width:100%!important}
.osc-secrets-form .advanced-secrets .help-blocks,.osc-secrets-form .advanced-secrets .input-labels,.osc-secrets-form .basic-secrets .help-blocks,.osc-secrets-form .basic-secrets .input-labels{display:table;padding-right:30px;position:relative;width:100%}
.osc-secrets-form .advanced-secrets .help-blocks .help-block,.osc-secrets-form .advanced-secrets .help-blocks .input-label,.osc-secrets-form .advanced-secrets .input-labels .help-block,.osc-secrets-form .advanced-secrets .input-labels .input-label,.osc-secrets-form .basic-secrets .help-blocks .help-block,.osc-secrets-form .basic-secrets .help-blocks .input-label,.osc-secrets-form .basic-secrets .input-labels .help-block,.osc-secrets-form .basic-secrets .input-labels .input-label{width:100%;float:left;padding-right:5px}
.osc-secrets-form .advanced-secrets .secret-row,.osc-secrets-form .basic-secrets .secret-row{display:table;padding-right:30px;position:relative;width:100%;margin-bottom:15px}
Expand Down Expand Up @@ -294811,7 +294799,7 @@ func stylesMainCss() (*asset, error) {
return a, nil
}

var _stylesVendorCss = []byte(`.as-sortable-drag,.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close,.wizard-pf-footer .tooltip-wrapper .btn[disabled]{pointer-events:none}
var _stylesVendorCss = []byte(`.as-sortable-drag,.dropdown-kebab-pf.invisible,.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close,.wizard-pf-footer .tooltip-wrapper .btn[disabled]{pointer-events:none}
.card-pf-aggregate-status-alt .card-pf-body{padding-bottom:20px}
.card-pf-aggregate-status-alt .card-pf-title{line-height:22px;margin:20px 0 10px;font-weight:300}
.card-pf-aggregate-status-alt .card-pf-aggregate-status-count{font-size:24px}
Expand Down Expand Up @@ -294869,7 +294857,7 @@ var _stylesVendorCss = []byte(`.as-sortable-drag,.ui-select-multiple .ui-select-
}
.toolbar-pf-actions .dropdown-kebab-pf{float:right}
.toolbar-pf-include-actions{display:inline-block;margin:0 5px}
.dropdown-kebab-pf.invisible{opacity:0;pointer-events:none}
.dropdown-kebab-pf.invisible{opacity:0}
.utilization-bar-chart-pf .progress-bar{-webkit-transition:width .75s ease-in-out;-moz-transition:width .75s ease-in-out;-o-transition:width .75s ease-in-out;transition:width .75s ease-in-out}
.utilization-bar-chart-pf .progress-bar.animate{width:0%!important}
.heatmap-pf-container{position:relative}
Expand Down Expand Up @@ -295239,7 +295227,7 @@ body>.select2-container.open{z-index:9999}
.ui-select-container[theme=selectize] input.ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0;width:0}
.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.ui-select-bootstrap .ui-select-toggle{position:relative}
.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}
.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;margin-top:-2px}
.input-group>.ui-select-bootstrap.dropdown{position:static}
.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}
.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}
Expand All @@ -295256,15 +295244,15 @@ body>.ui-select-bootstrap.open{z-index:1000}
.ui-select-multiple .ui-select-match-item{position:relative}
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}
.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}
.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}
.ui-select-bootstrap .ui-select-choices-row.active>span{color:#fff;text-decoration:none;outline:0;background-color:#428bca}
.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;clear:both;font-weight:400;color:#333;white-space:nowrap}
.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none}
.ui-select-bootstrap .ui-select-choices-row.active>span{text-decoration:none;outline:0}
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span{color:#777;cursor:not-allowed;background-color:#fff}
.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}
.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}
.ui-select-bootstrap .ui-select-match-text{width:100%;padding-right:1em}
.ui-select-bootstrap .ui-select-match-text span{display:inline-block;width:100%;overflow:hidden}
.ui-select-bootstrap .ui-select-match-text{width:100%}
.ui-select-bootstrap .ui-select-match-text span{width:100%;overflow:hidden}
.ui-select-bootstrap .ui-select-toggle>a.btn{position:absolute;height:10px;right:10px;margin-top:-2px}
.delete-resource-modal{background-color:#f1f1f1}
.delete-resource-modal h1{font-size:21px;font-weight:500;margin-bottom:20px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;min-width:0}
Expand Down Expand Up @@ -295312,6 +295300,18 @@ ul.messenger-theme-flat .messenger-message.alert-error .messenger-message-inner:
ul.messenger-theme-flat .messenger-message.alert-warning:before{content:"\e61c";color:#ec7a08;display:inline-block;left:14px;margin-top:-11px}
ul.messenger-theme-flat .messenger-message.alert-success .messenger-message-inner:before{color:#3f9c35;content:"\e602";display:inline-block;background-color:transparent}
ul.messenger-theme-flat .messenger-message.alert-info .messenger-message-inner:before{color:#00659c;content:"\e604";display:inline-block;background-color:transparent}
.ui-select-bootstrap .ui-select-choices-row>span{border-color:transparent;border-style:solid;border-width:1px 0;line-height:1.66666667;padding:1px 10px}
.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{background-color:#def3ff;border-color:#bee1f4;color:#4d5258}
.ui-select-bootstrap .ui-select-choices-row.active>span{background-color:#0088ce!important;border-color:#0088ce!important;color:#fff}
.ui-select-bootstrap .ui-select-choices-row.active .text-muted{color:#f5f5f5}
.ui-select-bootstrap .ui-select-choices-row-inner{min-height:24px;cursor:pointer}
.ui-select-bootstrap .ui-select-choices-group-label:empty{padding:0}
.ui-select-bootstrap .ui-select-match-text,.ui-select-bootstrap .ui-select-placeholder{font-weight:400;padding-right:20px}
.ui-select-bootstrap .ui-select-match-text span{display:block;text-overflow:ellipsis}
.ui-select-bootstrap .ui-select-match-text span span{display:inline}
.ui-select-bootstrap .ui-select-placeholder{display:block;overflow:hidden;text-overflow:ellipsis;width:100%}
.ui-select-bootstrap .ui-select-toggle>.caret{font-size:11px;font-style:normal;right:6px;top:10px;pointer-events:none}
.ui-select-bootstrap .ui-select-search{width:100%!important}
@keyframes modalSlideDown{0%{margin-top:-50%}
100%{margin-top:0%;opacity:1}
}
Expand Down

0 comments on commit 44d4f23

Please sign in to comment.