|
|
@@ -162,7 +162,7 @@ class Templates extends Component<PropsType, StateType> {
|
|
|
<TemplateBlock
|
|
|
onClick={() => {
|
|
|
this.context.setCurrentCluster(cluster);
|
|
|
- pushFiltered(this.props, "/cluster-dashboard", ["project_id"], {
|
|
|
+ pushFiltered(this.props, "/applications", ["project_id"], {
|
|
|
cluster: cluster.name,
|
|
|
});
|
|
|
}}
|