mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
Vue Browse Bar (#2164)
* Object browse bar IN PROGRESS * Object browse bar VERY WIP * Object browse bar WIP - view-control renamed to disclosure-triangle; - Good progress on object browse bar elements; * Object browse bar WIP - Layout of start-side elements now working with ellipsis; - TODO: cleanups and consolidation; * Object browse bar shippable - Better layout approach; - Refinements to button classes; * Sanding and shimming on misc styles - Tree icon shrinkage fixed; - c-icon-button much better relative sizing; - Removed c-button-set wrapper from Layout.vue; - Added uppercasing of Create button for Snow theme; * working object name, css class * working dynamic name, css classes and view switcher
This commit is contained in:
committed by
Pete Richards
parent
78ae7b334c
commit
08cd6b1d99
@ -114,6 +114,7 @@ export default {
|
||||
this.templateMap["browseObject"]
|
||||
);
|
||||
document.title = object.getModel().name;
|
||||
this.$root.$emit('main-view-domain-object', object);
|
||||
this.scheduleDigest();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user