fix(zpool): correct documented format placeholders

This commit is contained in:
Данил Голдышев
2026-04-05 01:43:09 +03:00
committed by Carter Li
parent 7147f23504
commit 6550b77c2f
+5 -5
View File
@@ -204,15 +204,15 @@ FFModuleBaseInfo ffZpoolModuleInfo = {
{ "Zpool name", "name" },
{ "Zpool guid", "guid" },
{ "Zpool state", "state" },
{ "Size used", "used" },
{ "Size allocated", "allocated" },
{ "Size total", "total" },
{ "Size used", "size-used" },
{ "Size allocated", "size-allocated" },
{ "Size total", "size-total" },
{ "Size used percentage num", "used-percentage" },
{ "Size allocated percentage num", "allocated-percentage" },
{ "Fragmentation percentage num", "fragmentation-percentage" },
{ "Fragmentation percentage num", "frag-percentage" },
{ "Size used percentage bar", "used-percentage-bar" },
{ "Size allocated percentage bar", "allocated-percentage-bar" },
{ "Fragmentation percentage bar", "fragmentation-percentage-bar" },
{ "Fragmentation percentage bar", "frag-percentage-bar" },
{ "Is read-only", "is-readonly" },
}))
};