summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-12-21 18:52:42 +0300
committerGitHub <noreply@github.com>2021-12-21 18:52:42 +0300
commitcdd7e932682404454984f28489f42a2394ca9892 (patch)
tree66e7ea1af2308cc84c21e2e2fde61939ca5c1f8d /web
parentc109bcb7a441efb109418cbe39021be853117c29 (diff)
chore(docs): fix tables side borders (#11923)
Diffstat (limited to 'web')
-rw-r--r--web/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/README.md b/web/README.md
index 0b8cf76e95..6a7aa68ffa 100644
--- a/web/README.md
+++ b/web/README.md
@@ -164,12 +164,12 @@ top-left corner of a chart.
Given the four example contexts, and two families of `sdb` and `sdd`, Netdata
will create the following charts and their names:
-Context | `sdb` family | `sdd` family
---- | --- | ---
-`disk.io` | `disk_io.sdb` | `disk_io.sdd`
-`disk.ops` | `disk_ops.sdb` | `disk_ops.sdd`
-`disk.backlog` | `disk_backlog.sdb` | `disk_backlog.sdd`
-`disk.util` | `disk_util.sdb` | `disk_util.sdd`
+| Context | `sdb` family | `sdd` family |
+|----------------|--------------------|--------------------|
+| `disk.io` | `disk_io.sdb` | `disk_io.sdd` |
+| `disk.ops` | `disk_ops.sdb` | `disk_ops.sdd` |
+| `disk.backlog` | `disk_backlog.sdb` | `disk_backlog.sdd` |
+| `disk.util` | `disk_util.sdb` | `disk_util.sdd` |
And here's what two of those charts in the `disk.io` context look like under
`sdb` and `sdd` families: