mirror of
https://github.com/nasa/openmct.git
synced 2025-04-25 13:29:51 +00:00
[Timeline] Expose internal resource utilization
...to allow this to be exported for CSV, #751
This commit is contained in:
parent
8b7af43d6c
commit
546cde56a8
@ -195,6 +195,13 @@ define(
|
|||||||
* @returns {Promise.<string[]>} a promise for resource identifiers
|
* @returns {Promise.<string[]>} a promise for resource identifiers
|
||||||
*/
|
*/
|
||||||
resources: promiseResourceKeys,
|
resources: promiseResourceKeys,
|
||||||
|
/**
|
||||||
|
* Get the resource utilization associated with this object
|
||||||
|
* directly, not including any resource utilization associated
|
||||||
|
* with contained objects.
|
||||||
|
* @returns {Promise.<Array>}
|
||||||
|
*/
|
||||||
|
internal: promiseInternalUtilization,
|
||||||
/**
|
/**
|
||||||
* Get the resource utilization associated with this
|
* Get the resource utilization associated with this
|
||||||
* object. Results are not sorted. This requires looking
|
* object. Results are not sorted. This requires looking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user