Skip to content

Commit

Permalink
bump(github.com/openshift/origin-web-console): 40158bbbcd2573dc386c82…
Browse files Browse the repository at this point in the history
…c02d9c81ca12871717
  • Loading branch information
OpenShift Bot committed Aug 28, 2017
1 parent a3dc11e commit 0d5ff44
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -23782,8 +23782,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []

$templateCache.put('views/directives/key-value-editor.html',
"<ng-form name=\"forms.keyValueEditor\" novalidate ng-if=\"entries\">\n" +
"<div class=\"key-value-editor\" ng-model=\"entries\" as-sortable=\"dragControlListeners\">\n" +
"<div ng-if=\"showHeader\" class=\"key-value-editor-entry\">\n" +
"<div ng-if=\"showHeader\" class=\"key-value-editor-entry key-value-editor-entry-header\">\n" +
"<div class=\"form-group key-value-editor-header key-header\">\n" +
"<div class=\"input-group\">\n" +
"<span class=\"help-block\">{{keyPlaceholder}}</span>\n" +
Expand All @@ -23795,6 +23794,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
"</div>\n" +
"</div>\n" +
"</div>\n" +
"<div ng-model=\"entries\" class=\"key-value-editor\" as-sortable=\"dragControlListeners\">\n" +
"<div class=\"key-value-editor-entry\" ng-class-odd=\"'odd'\" ng-class-even=\"'even'\" ng-repeat=\"entry in entries\" as-sortable-item>\n" +
"\n" +
"<div class=\"form-group key-value-editor-input\" ng-class=\"{ 'has-error' : (forms.keyValueEditor[uniqueForKey(unique, $index)].$invalid && forms.keyValueEditor[uniqueForKey(unique, $index)].$touched) }\">\n" +
Expand Down Expand Up @@ -23857,7 +23857,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
"</div>\n" +
"</div>\n" +
"<div ng-if=\"!isValueFromReadonly(entry)\">\n" +
"<div class=\"ui-select\">\n" +
"<div class=\"ui-select key-value-editor-select\">\n" +
"<ui-select ng-model=\"entry.selectedValueFrom\" ng-required=\"true\" on-select=\"valueFromObjectSelected(entry, $select.selected)\">\n" +
"<ui-select-match placeholder=\"Select a resource\">\n" +
"<span>\n" +
Expand All @@ -23870,7 +23870,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
"</ui-select-choices>\n" +
"</ui-select>\n" +
"</div>\n" +
"<div class=\"ui-select\">\n" +
"<div class=\"ui-select key-value-editor-select\">\n" +
"<ui-select ng-model=\"entry.selectedValueFromKey\" ng-required=\"true\" on-select=\"valueFromKeySelected(entry, $select.selected)\">\n" +
"<ui-select-match placeholder=\"Select key\">\n" +
"{{$select.selected}}\n" +
Expand Down Expand Up @@ -99412,7 +99412,6 @@ angular.element(r[0].body).unbind("keydown", H);
}), B = function(e) {
return "function" == typeof a.sortableScope.options.placeholder ? angular.element(a.sortableScope.options.placeholder(e)) : "string" == typeof a.sortableScope.options.placeholder ? angular.element(a.sortableScope.options.placeholder) : angular.element(r[0].createElement(e.element.prop("tagName")));
}, x = function(e) {
e.preventDefault();
var t, i = function() {
angular.element(r).unbind("mousemove", o), angular.element(r).unbind("touchmove", o), s.unbind("mouseup", i), s.unbind("touchend", i), s.unbind("touchcancel", i);
}, o = function(r) {
Expand All @@ -99439,7 +99438,7 @@ var s, l, c, f, m;
if ((!M || !n.isTouchInvalid(o)) && N && p) {
if (o.preventDefault(), s = n.eventObj(o), a.callbacks.dragMove !== angular.noop && a.sortableScope.$apply(function() {
a.callbacks.dragMove(v, y, s);
}), l = s.pageX - r[0].documentElement.scrollLeft, c = s.pageY - (i.pageYOffset || r[0].documentElement.scrollTop), m = angular.element(r[0].elementFromPoint(l, c)), p.addClass(t.hiddenClass), p.removeClass(t.hiddenClass), n.movePosition(s, p, v, y, w, _), p.addClass(t.dragging), !(f = h(m)) || !f.type) return;
}), l = s.pageX - r[0].documentElement.scrollLeft, c = s.pageY - (i.pageYOffset || r[0].documentElement.scrollTop), p.addClass(t.hiddenClass), m = angular.element(r[0].elementFromPoint(l, c)), p.removeClass(t.hiddenClass), n.movePosition(s, p, v, y, w, _), p.addClass(t.dragging), !(f = h(m)) || !f.type) return;
if ("handle" === f.type && (f = f.itemScope), "item" !== f.type && "sortable" !== f.type) return;
if ("item" === f.type && f.accept(a, f.sortableScope, f)) {
m = f.element;
Expand Down Expand Up @@ -308844,12 +308843,12 @@ a.subtle-link:active,a.subtle-link:focus,a.subtle-link:hover{color:#00659c;borde
.mar-auto-sm{margin:0 auto}
.pad-sm{padding:5px 7.5px}
.mar-sm{margin:5px 7.5px}
.key-value-editor .key-value-editor-header,.mar-bottom-sm{margin-bottom:5px}
.pad-top-sm{padding-top:5px}
.mar-top-sm{margin-top:5px}
.pad-right-sm{padding-right:5px}
.mar-right-sm{margin-right:5px}
.pad-bottom-sm{padding-bottom:5px}
.mar-bottom-sm{margin-bottom:5px}
.pad-left-sm{padding-left:5px}
.mar-left-sm{margin-left:5px}
.mar-auto-md{margin:0 auto}
Expand Down Expand Up @@ -309083,11 +309082,13 @@ kubernetes-container-terminal .terminal-actions .spinner{top:5px}
.key-value-editor .faux-input-group{border-collapse:separate;display:table;position:relative}
.key-value-editor .key-value-editor-buttons{position:absolute;right:0;top:0;width:52px}
.key-value-editor .key-value-editor-entry{display:table;padding-right:52px;position:relative;table-layout:fixed;width:100%}
.key-value-editor .key-value-editor-header,.key-value-editor .key-value-editor-input{float:left;padding-right:5px;width:50%}
.key-value-editor .key-value-editor-input .ui-select+.ui-select{padding-top:5px}
@media (min-width:992px){.key-value-editor .key-value-editor-input .ui-select{float:left;width:50%}
.key-value-editor .key-value-editor-input .ui-select+.ui-select{padding-top:0;padding-left:5px}
}
.key-value-editor .key-value-editor-input,.key-value-editor-header{float:left;padding-right:5px;width:50%}
.key-value-editor-entry-header{padding-right:52px}
.key-value-editor-header{margin-bottom:5px}
.membership h1 .learn-more-inline{white-space:nowrap;margin-right:10px;margin-left:0px;display:inline-block}
.membership .content-pane .col-heading .col-add-role h3,.membership .content-pane .form-new-role .col-roles{display:none}
.membership .content-pane{width:100%}
Expand Down

0 comments on commit 0d5ff44

Please sign in to comment.