mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
Removed some additional context menu options
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
define(
|
define(
|
||||||
function () {
|
function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
var DISALLOWED_ACTIONS = ["move", "copy", "link"];
|
var DISALLOWED_ACTIONS = ["move", "copy", "link", "window", "follow"];
|
||||||
/**
|
/**
|
||||||
* Editable Action Capability. Overrides the action capability
|
* Editable Action Capability. Overrides the action capability
|
||||||
* normally exhibited by a domain object and filters out certain
|
* normally exhibited by a domain object and filters out certain
|
||||||
|
Reference in New Issue
Block a user