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,8 +151,8 @@ sub type {
|
||||
|
||||
sub plugindata {
|
||||
return {
|
||||
content => [ { images => 1, none => 1 }, { images => 1 } ],
|
||||
format => [ { raw => 1 }, "raw" ],
|
||||
content => [ { images => 1, rootdir => 1, none => 1 }, { images => 1, rootdir => 1 } ],
|
||||
format => [ { raw => 1 }, "raw" ],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user