diff --git a/Proxmox/config.blade.php b/Proxmox/config.blade.php index 5442328c0f..911367b058 100644 --- a/Proxmox/config.blade.php +++ b/Proxmox/config.blade.php @@ -32,7 +32,7 @@
{!! Form::input('password', 'config[token_value]', isset($item) ? $item->getconfig()->token_value : null, ['placeholder' => '01234567-89ab-cdef-0123-456789abcdef', 'data-config' => 'token_value', 'class' => 'form-control config-item']) !!} -

Requires at least Sys.Audit permission for /nodes path (and propagated).

+

Requires at least Sys.Audit permission for /nodes path and VM.Audit permission for /vms. Both need to be propagated.