| Index: dashboard/dashboard/elements/group-report-page.html
|
| diff --git a/dashboard/dashboard/elements/group-report-page.html b/dashboard/dashboard/elements/group-report-page.html
|
| index ef4c647dc162224b6d3caa74b7676869ce112c9c..a3acda0fea4d6d601740ddcfbbb8b69a09b0c62c 100644
|
| --- a/dashboard/dashboard/elements/group-report-page.html
|
| +++ b/dashboard/dashboard/elements/group-report-page.html
|
| @@ -141,11 +141,20 @@ found in the LICENSE file.
|
| properties: {
|
| extraColumns: {
|
| type: Array,
|
| - value: () =>
|
| - [{
|
| + value: () => ([
|
| + {
|
| 'key': 'percent_changed',
|
| 'label': 'Delta %'
|
| - }]
|
| + },
|
| + {
|
| + 'key': 'absolute_delta',
|
| + 'label': 'Abs Delta'
|
| + },
|
| + {
|
| + 'key': 'units',
|
| + 'label': 'Units'
|
| + }
|
| + ])
|
| },
|
| loading: {
|
| type: Boolean,
|
|
|