diff --git a/ui/app/controllers/topology.js b/ui/app/controllers/topology.js
index 4b9a38b06..a16d411d4 100644
--- a/ui/app/controllers/topology.js
+++ b/ui/app/controllers/topology.js
@@ -143,4 +143,11 @@ export default class TopologyControllers extends Controller {
this.filteredNodes = filteredNodesError.context;
}
}
+
+ get breadcrumb() {
+ return {
+ label: 'Topology',
+ args: ['topology'],
+ };
+ }
}
diff --git a/ui/app/templates/topology.hbs b/ui/app/templates/topology.hbs
index d1c2cd42c..e2d060fa3 100644
--- a/ui/app/templates/topology.hbs
+++ b/ui/app/templates/topology.hbs
@@ -1,6 +1,4 @@
-{{#each this.breadcrumbs as |crumb|}}
-
-{{/each}}
+
{{page-title "Cluster Topology"}}
diff --git a/ui/config/environment.js b/ui/config/environment.js
index 1894c0c55..35f112b9b 100644
--- a/ui/config/environment.js
+++ b/ui/config/environment.js
@@ -25,12 +25,7 @@ module.exports = function(environment) {
APP: {
blockingQueries: true,
-<<<<<<< HEAD
mirageScenario: 'topoMedium',
-=======
- // TODO: revert before merging to main.
- mirageScenario: 'allJobTypes', // convert to 'sysbatchSmall' when working on feature
->>>>>>> 5a1df0423 (feat: create trigger component)
mirageWithNamespaces: false,
mirageWithTokens: true,
mirageWithRegions: true,