aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPim van den Berg2017-08-05 14:36:15 +0200
committerGitHub2017-08-05 14:36:15 +0200
commite24b181d372dc50384750768e368d64814074447 (patch)
tree011a016777129bcf90a76c33450b22717e775989
parentplugins: rename libvirt -> virt (diff)
parentMissing parentheses for LVM item name (diff)
downloadapt-panopticon_cgp-e24b181d372dc50384750768e368d64814074447.zip
apt-panopticon_cgp-e24b181d372dc50384750768e368d64814074447.tar.gz
apt-panopticon_cgp-e24b181d372dc50384750768e368d64814074447.tar.bz2
apt-panopticon_cgp-e24b181d372dc50384750768e368d64814074447.tar.xz
Merge pull request #149 from zerkms/patch-1
Missing parentheses for LVM item name
-rw-r--r--plugin/lvm.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/lvm.json b/plugin/lvm.json
index 9ec38ae..8c69bac 100644
--- a/plugin/lvm.json
+++ b/plugin/lvm.json
@@ -1,6 +1,6 @@
1{ 1{
2 "df_complex": { 2 "df_complex": {
3 "title": "Logical volumes for {{PI}}) on {{HOST}}", 3 "title": "Logical volumes for ({{PI}}) on {{HOST}}",
4 "vertical": "Bytes", 4 "vertical": "Bytes",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {