Merge pull request #2154 from influxdata/bugfix/field-format-fixes

Fix status page
pull/2156/head
Andrew Watkins 2017-10-24 10:26:41 -07:00 committed by GitHub
commit 20564cca3e
1 changed files with 2 additions and 2 deletions

View File

@ -18,12 +18,12 @@ export const fixtureStatusPageCells = [
retentionPolicy: 'autogen',
fields: [
{
name: 'count',
value: 'count',
type: 'func',
alias: 'count_value',
args: [
{
name: 'value',
value: 'value',
type: 'field',
},
],