@@ -1822,21 +1822,33 @@ SECURITY_CHECK_WHITELIST:[ {
1822
1822
resource:"buildconfigs",
1823
1823
group:""
1824
1824
}, {
1825
+ resource:"buildconfigs",
1826
+ group:"build.openshift.io"
1827
+ }, {
1825
1828
resource:"builds",
1826
1829
group:""
1827
1830
}, {
1831
+ resource:"builds",
1832
+ group:"build.openshift.io"
1833
+ }, {
1828
1834
resource:"configmaps",
1829
1835
group:""
1830
1836
}, {
1831
1837
resource:"daemonsets",
1832
1838
group:"extensions"
1833
1839
}, {
1834
1840
resource:"deployments",
1841
+ group:"apps"
1842
+ }, {
1843
+ resource:"deployments",
1835
1844
group:"extensions"
1836
1845
}, {
1837
1846
resource:"deploymentconfigs",
1838
1847
group:""
1839
1848
}, {
1849
+ resource:"deploymentconfigs",
1850
+ group:"apps.openshift.io"
1851
+ }, {
1840
1852
resource:"endpoints",
1841
1853
group:""
1842
1854
}, {
@@ -1852,12 +1864,21 @@ group:"extensions"
1852
1864
resource:"imagestreamimages",
1853
1865
group:""
1854
1866
}, {
1867
+ resource:"imagestreamimages",
1868
+ group:"image.openshift.io"
1869
+ }, {
1855
1870
resource:"imagestreams",
1856
1871
group:""
1857
1872
}, {
1873
+ resource:"imagestreams",
1874
+ group:"image.openshift.io"
1875
+ }, {
1858
1876
resource:"imagestreamtags",
1859
1877
group:""
1860
1878
}, {
1879
+ resource:"imagestreamtags",
1880
+ group:"image.openshift.io"
1881
+ }, {
1861
1882
resource:"ingresses",
1862
1883
group:"extensions"
1863
1884
}, {
@@ -1882,6 +1903,9 @@ group:""
1882
1903
resource:"routes",
1883
1904
group:""
1884
1905
}, {
1906
+ resource:"routes",
1907
+ group:"route.openshift.io"
1908
+ }, {
1885
1909
resource:"secrets",
1886
1910
group:""
1887
1911
}, {
@@ -66366,13 +66390,13 @@ if (b) {
66366
66390
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) {
66367
66391
b.$el.attr("data-" + a, c);
66368
66392
}), 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());
66370
66394
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);
66373
66397
} else b.$el.append(b.text);
66374
66398
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));
66376
66400
}, 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);
66377
66401
}
66378
66402
}, g.prototype._addCheckbox = function(a) {
0 commit comments