Event -> Details

This commit is contained in:
Andrew Henry 2025-03-11 12:25:19 -07:00
parent cbc04c3fa9
commit 67a325e900

View File

@ -6,7 +6,7 @@ export default function EventInspectorViewProvider(openmct) {
const TIMELINE_VIEW = 'time-strip.event.inspector';
return {
key: TIMELINE_VIEW,
name: 'Event',
name: 'Details',
canView: function (selection) {
if (selection.length === 0 || selection[0].length === 0) {
return false;