Fix telemetry metadata issues (#2308)

* Do not try to convert undefined to a string

* Fixed metadata sorting. Iteratees that return arrays are treated as object paths.

* Added test specs for telemetry API reordering change

* Added telemetry filters to the API

* Support multiple inspector views

* Renamed InspectorView.vue to InspectorViews.vue

* VISTA compatibility issues (#2291)

* Build config changes necessary to work with VISTA
* Fixes to TelemetryTableRow to address bug in VISTA
* Fixed sass-fast-loader version to avoid https://github.com/yibn2008/fast-sass-loader/issues/47
* Reverted default theme
This commit is contained in:
Andrew Henry
2019-03-14 13:49:37 -07:00
committed by Pegah Sarram
parent b72ad529aa
commit 0f2918efaf
4 changed files with 242 additions and 13 deletions

View File

@ -33,19 +33,12 @@ define([
formatString: '%0.2f',
hints: {
range: 1
},
filters: [
{
comparator: 'equals',
possibleValues: [1,2,3,4]
}
]
}
},
{
key: "cos",
name: "Cosine",
formatString: '%0.2f',
filters: ['equals'],
hints: {
range: 2
}