diff --git a/content/flux/v0.x/notifications/_index.md b/content/flux/v0.x/notifications/_index.md index 6a5d3629c..ac7dc9733 100644 --- a/content/flux/v0.x/notifications/_index.md +++ b/content/flux/v0.x/notifications/_index.md @@ -98,27 +98,27 @@ data {{< flex >}} {{% flex-content %}} #### Input data -| _time | tag | _value | -| :------------------------------------------------ | :-- | -----: | -| {{% nowrap %}}2021-01-01T00:00:30Z{{% /nowrap %}} | t1 | 17.53 | -| {{% nowrap %}}2021-01-01T00:00:40Z{{% /nowrap %}} | t1 | 15.23 | +| _time | tag | _value | +| :------------------- | :-- | -----: | +| 2021-01-01T00:00:30Z | t1 | 17.53 | +| 2021-01-01T00:00:40Z | t1 | 15.23 | -| _time | tag | _value | -| :------------------------------------------------ | :-- | -----: | -| {{% nowrap %}}2021-01-01T00:00:00Z{{% /nowrap %}} | t2 | 19.85 | -| {{% nowrap %}}2021-01-01T00:00:30Z{{% /nowrap %}} | t2 | 19.77 | +| _time | tag | _value | +| :------------------- | :-- | -----: | +| 2021-01-01T00:00:00Z | t2 | 19.85 | +| 2021-01-01T00:00:30Z | t2 | 19.77 | {{% /flex-content %}} {{% flex-content %}} #### Output data -| _time | tag | _value | sent | -| :------------------------------------------------ | :-- | -----: | :--- | -| {{% nowrap %}}2021-01-01T00:00:30Z{{% /nowrap %}} | t1 | 17.53 | 200 | -| {{% nowrap %}}2021-01-01T00:00:40Z{{% /nowrap %}} | t1 | 15.23 | 200 | +| _time | tag | _value | sent | +| :------------------- | :-- | -----: | :--- | +| 2021-01-01T00:00:30Z | t1 | 17.53 | 200 | +| 2021-01-01T00:00:40Z | t1 | 15.23 | 200 | -| _time | tag | _value | sent | -| :------------------------------------------------ | :-- | -----: | :--- | -| {{% nowrap %}}2021-01-01T00:00:00Z{{% /nowrap %}} | t2 | 19.85 | 200 | -| {{% nowrap %}}2021-01-01T00:00:30Z{{% /nowrap %}} | t2 | 19.77 | 200 | +| _time | tag | _value | sent | +| :------------------- | :-- | -----: | :--- | +| 2021-01-01T00:00:00Z | t2 | 19.85 | 200 | +| 2021-01-01T00:00:30Z | t2 | 19.77 | 200 | {{% /flex-content %}} {{< /flex >}} {{% /expand %}} @@ -188,27 +188,27 @@ data {{< flex >}} {{% flex-content %}} #### Input data -| _time | tag | _value | -| :------------------------------------------------ | :-- | -----: | -| {{% nowrap %}}2021-01-01T00:00:30Z{{% /nowrap %}} | t1 | 17.53 | -| {{% nowrap %}}2021-01-01T00:00:40Z{{% /nowrap %}} | t1 | 15.23 | +| _time | tag | _value | +| :------------------- | :-- | -----: | +| 2021-01-01T00:00:30Z | t1 | 17.53 | +| 2021-01-01T00:00:40Z | t1 | 15.23 | -| _time | tag | _value | -| :------------------------------------------------ | :-- | -----: | -| {{% nowrap %}}2021-01-01T00:00:00Z{{% /nowrap %}} | t2 | 19.85 | -| {{% nowrap %}}2021-01-01T00:00:30Z{{% /nowrap %}} | t2 | 19.77 | +| _time | tag | _value | +| :------------------- | :-- | -----: | +| 2021-01-01T00:00:00Z | t2 | 19.85 | +| 2021-01-01T00:00:30Z | t2 | 19.77 | {{% /flex-content %}} {{% flex-content %}} #### Output data -| _time | tag | _value | _sent | -| :------------------------------------------------ | :-- | -----: | :---- | -| {{% nowrap %}}2021-01-01T00:00:30Z{{% /nowrap %}} | t1 | 17.53 | true | -| {{% nowrap %}}2021-01-01T00:00:40Z{{% /nowrap %}} | t1 | 15.23 | true | +| _time | tag | _value | _sent | +| :------------------- | :-- | -----: | :---- | +| 2021-01-01T00:00:30Z | t1 | 17.53 | true | +| 2021-01-01T00:00:40Z | t1 | 15.23 | true | -| _time | tag | _value | _sent | -| :------------------------------------------------ | :-- | -----: | :---- | -| {{% nowrap %}}2021-01-01T00:00:00Z{{% /nowrap %}} | t2 | 19.85 | true | -| {{% nowrap %}}2021-01-01T00:00:30Z{{% /nowrap %}} | t2 | 19.77 | true | +| _time | tag | _value | _sent | +| :------------------- | :-- | -----: | :---- | +| 2021-01-01T00:00:00Z | t2 | 19.85 | true | +| 2021-01-01T00:00:30Z | t2 | 19.77 | true | {{% /flex-content %}} {{< /flex >}} {{% /expand %}}