Commit 213aefa0 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Merge branch '36629-35958-add-cluster-application-section' into add-ingress-to-cluster-applications

parents 8ef73aaa fe0292cf
......@@ -29,7 +29,6 @@ export default class Clusters {
statusPath,
installHelmPath,
installIngressPath,
installRunnerPath,
clusterStatus,
clusterStatusReason,
helpPath,
......@@ -43,7 +42,6 @@ export default class Clusters {
endpoint: statusPath,
installHelmEndpoint: installHelmPath,
installIngresEndpoint: installIngressPath,
installRunnerEndpoint: installRunnerPath,
});
this.toggle = this.toggle.bind(this);
......
......@@ -9,7 +9,6 @@ export default class ClusterService {
this.appInstallEndpointMap = {
helm: this.options.installHelmEndpoint,
ingress: this.options.installIngressEndpoint,
runner: this.options.installRunnerEndpoint,
};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment