mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 23:39:08 +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:
parent
6622ca7031
commit
11dc5f380c
@ -55,9 +55,7 @@ define(
|
||||
dismissBubble = infoService.display(
|
||||
"info-table",
|
||||
domainObject.getModel().name,
|
||||
[
|
||||
{ name: "ID", value: domainObject.getId() }
|
||||
],
|
||||
domainObject.useCapability('metadata'),
|
||||
mousePosition
|
||||
);
|
||||
pendingBubble = undefined;
|
||||
|
Loading…
x
Reference in New Issue
Block a user