mirror of
https://github.com/kolesa-team/pve-purestorage-plugin.git
synced 2026-08-12 21:53:06 -06:00
Update plugindata to include rootdir in content
This commit is contained in:
@@ -151,7 +151,7 @@ sub type {
|
|||||||
|
|
||||||
sub plugindata {
|
sub plugindata {
|
||||||
return {
|
return {
|
||||||
content => [ { images => 1, none => 1 }, { images => 1 } ],
|
content => [ { images => 1, rootdir => 1, none => 1 }, { images => 1, rootdir => 1 } ],
|
||||||
format => [ { raw => 1 }, "raw" ],
|
format => [ { raw => 1 }, "raw" ],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user