mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Info Bubble] Use domain object metadata
Use domain object metadata to populate the info bubble from the info gesture, WTD-884.
This commit is contained in:
@ -55,9 +55,7 @@ define(
|
|||||||
dismissBubble = infoService.display(
|
dismissBubble = infoService.display(
|
||||||
"info-table",
|
"info-table",
|
||||||
domainObject.getModel().name,
|
domainObject.getModel().name,
|
||||||
[
|
domainObject.useCapability('metadata'),
|
||||||
{ name: "ID", value: domainObject.getId() }
|
|
||||||
],
|
|
||||||
mousePosition
|
mousePosition
|
||||||
);
|
);
|
||||||
pendingBubble = undefined;
|
pendingBubble = undefined;
|
||||||
|
Reference in New Issue
Block a user