Skip to content

Commit 849edbb

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): 8f900905ebebc9bdb3c0e24c90b5a85c9a7d8343
1 parent c358e70 commit 849edbb

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

pkg/assets/bindata.go

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,21 +1822,33 @@ SECURITY_CHECK_WHITELIST:[ {
18221822
resource:"buildconfigs",
18231823
group:""
18241824
}, {
1825+
resource:"buildconfigs",
1826+
group:"build.openshift.io"
1827+
}, {
18251828
resource:"builds",
18261829
group:""
18271830
}, {
1831+
resource:"builds",
1832+
group:"build.openshift.io"
1833+
}, {
18281834
resource:"configmaps",
18291835
group:""
18301836
}, {
18311837
resource:"daemonsets",
18321838
group:"extensions"
18331839
}, {
18341840
resource:"deployments",
1841+
group:"apps"
1842+
}, {
1843+
resource:"deployments",
18351844
group:"extensions"
18361845
}, {
18371846
resource:"deploymentconfigs",
18381847
group:""
18391848
}, {
1849+
resource:"deploymentconfigs",
1850+
group:"apps.openshift.io"
1851+
}, {
18401852
resource:"endpoints",
18411853
group:""
18421854
}, {
@@ -1852,12 +1864,21 @@ group:"extensions"
18521864
resource:"imagestreamimages",
18531865
group:""
18541866
}, {
1867+
resource:"imagestreamimages",
1868+
group:"image.openshift.io"
1869+
}, {
18551870
resource:"imagestreams",
18561871
group:""
18571872
}, {
1873+
resource:"imagestreams",
1874+
group:"image.openshift.io"
1875+
}, {
18581876
resource:"imagestreamtags",
18591877
group:""
18601878
}, {
1879+
resource:"imagestreamtags",
1880+
group:"image.openshift.io"
1881+
}, {
18611882
resource:"ingresses",
18621883
group:"extensions"
18631884
}, {
@@ -1882,6 +1903,9 @@ group:""
18821903
resource:"routes",
18831904
group:""
18841905
}, {
1906+
resource:"routes",
1907+
group:"route.openshift.io"
1908+
}, {
18851909
resource:"secrets",
18861910
group:""
18871911
}, {
@@ -66366,13 +66390,13 @@ if (b) {
6636666390
b.$el ? b.$el.empty() :b.$el = this._newNodeEl(b, c).addClass("node-" + this._elementId), b.$el.addClass(b["class"]), b.id && b.$el.attr("id", b.id), b.dataAttr && a.each(b.dataAttr, function(a, c) {
6636766391
b.$el.attr("data-" + a, c);
6636866392
}), b.$el.attr("data-nodeId", b.nodeId), b.tooltip && b.$el.attr("title", b.tooltip);
66369-
for (var d = 0; d < b.level - 1; d++) b.$el.append(this._template.indent.clone());
66393+
for (var e = 0; e < b.level - 1; e++) b.$el.append(this._template.indent.clone());
6637066394
if (b.$el.append(b.nodes || b.lazyLoad ? this._template.icon.expand.clone() :this._template.icon.empty.clone()), this._options.checkboxFirst ? (this._addCheckbox(b), this._addIcon(b), this._addImage(b)) :(this._addIcon(b), this._addImage(b), this._addCheckbox(b)), this._options.wrapNodeText) {
66371-
var e = this._template.text.clone();
66372-
b.$el.append(e), e.append(b.text);
66395+
var g = this._template.text.clone();
66396+
b.$el.append(g), g.append(b.text);
6637366397
} else b.$el.append(b.text);
6637466398
this._options.showTags && b.tags && a.each(b.tags, a.proxy(function(a, c) {
66375-
b.$el.append(this._template.badge.clone().addClass("string" == typeof b.tagsClass[a] ? b.tagsClass[a] :this._options.tagsClass).append(c));
66399+
b.$el.append(this._template.badge.clone().addClass(("object" == typeof c ? c["class"] :d) || b.tagsClass || this._options.tagsClass).append(("object" == typeof c ? c.text :d) || c));
6637666400
}, this)), this._setSelected(b, b.state.selected), this._setChecked(b, b.state.checked), this._setSearchResult(b, b.searchResult), this._setExpanded(b, b.state.expanded), this._setDisabled(b, b.state.disabled), this._setVisible(b, b.state.visible), this._triggerEvent("nodeRendered", b, f.options);
6637766401
}
6637866402
}, g.prototype._addCheckbox = function(a) {

0 commit comments

Comments
 (0)