mirror of
https://github.com/nasa/openmct.git
synced 2025-03-20 02:55:18 +00:00
Event -> Details
This commit is contained in:
parent
cbc04c3fa9
commit
67a325e900
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user