Fix actions menu on display layout alphanumerics (#7414)

* remove errant action

* add e2e test
This commit is contained in:
Scott Bell
2024-01-25 16:26:03 +01:00
committed by GitHub
parent 2b2c74da9c
commit 3e5ada8f5f
2 changed files with 8 additions and 6 deletions

View File

@ -84,12 +84,7 @@ import LayoutFrame from './LayoutFrame.vue';
const DEFAULT_TELEMETRY_DIMENSIONS = [10, 5];
const DEFAULT_POSITION = [1, 1];
const CONTEXT_MENU_ACTIONS = [
'copyToClipboard',
'copyToNotebook',
'viewHistoricalData',
'renderWhenVisible'
];
const CONTEXT_MENU_ACTIONS = ['copyToClipboard', 'copyToNotebook', 'viewHistoricalData'];
export default {
makeDefinition(openmct, gridSize, domainObject, position) {