diff --git a/src/styles-new/_controls.scss b/src/styles-new/_controls.scss
index 972afd8d85..cb496af780 100644
--- a/src/styles-new/_controls.scss
+++ b/src/styles-new/_controls.scss
@@ -148,8 +148,6 @@ button {
display: block;
font-family: symbolsfont;
font-size: 1rem * $s;
- transform-origin: center;
- transition: $transOut;
}
}
diff --git a/src/ui/components/ObjectLabel.vue b/src/ui/components/ObjectLabel.vue
index a74a253d4d..c9c2da6267 100644
--- a/src/ui/components/ObjectLabel.vue
+++ b/src/ui/components/ObjectLabel.vue
@@ -59,7 +59,8 @@ export default {
default() {
return [];
}
- }
+ },
+ navigateToPath: String
},
data() {
return {
diff --git a/src/ui/layout/mct-tree.vue b/src/ui/layout/mct-tree.vue
index bd06151a98..b99e091d01 100644
--- a/src/ui/layout/mct-tree.vue
+++ b/src/ui/layout/mct-tree.vue
@@ -211,7 +211,8 @@
return {
id: this.openmct.objects.makeKeyString(c.identifier),
object: c,
- objectPath: [c]
+ objectPath: [c],
+ navigateToParent: '/browse'
};
});
});
diff --git a/src/ui/layout/tree-item.vue b/src/ui/layout/tree-item.vue
index 51f35662aa..e47a11e884 100644
--- a/src/ui/layout/tree-item.vue
+++ b/src/ui/layout/tree-item.vue
@@ -7,7 +7,8 @@
v-model="expanded">