Fix incorrect property inspection (#3180)

- Fixed Folder grid and list views;
- Fixed plot collapsed and expanded legends;

Co-authored-by: Deep Tailor <deep.j.tailor@nasa.gov>
This commit is contained in:
Charles Hacskaylo
2020-07-13 11:36:21 -07:00
committed by GitHub
parent db597e1e93
commit f0e7f8cfc0
3 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
ng-class="{'is-cursor-locked': !!lockHighlightPoint }">
<div class="c-state-indicator__alert-cursor-lock icon-cursor-lock" title="Cursor is point locked. Click anywhere in the plot to unlock."></div>
<div class="plot-legend-item"
ng-class="{'is-missing': series.status === 'missing'}"
ng-class="{'is-missing': series.domainObject.status === 'missing'}"
ng-repeat="series in series track by $index"
>
<div class="plot-series-swatch-and-name">
@ -86,7 +86,7 @@
</thead>
<tr ng-repeat="series in series"
class="plot-legend-item"
ng-class="{'is-missing': series.status === 'missing'}"
ng-class="{'is-missing': series.domainObject.status === 'missing'}"
>
<td class="plot-series-swatch-and-name">
<span class="plot-series-color-swatch"