mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
Misc Fixes 2
- Better approach to title in layout frames; - Removed unneeded !important attribs;
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
<template>
|
||||
<layout-frame :item="item"
|
||||
:grid-size="gridSize"
|
||||
:title="domainObject && domainObject.name"
|
||||
@move="(gridDelta) => $emit('move', gridDelta)"
|
||||
@endMove="() => $emit('endMove')">
|
||||
<object-frame v-if="domainObject"
|
||||
|
Reference in New Issue
Block a user