[pmg-devel] [PATCH pmg-gui v5 10/10] add panel for realms to User Management
Christoph Heiss
c.heiss at proxmox.com
Fri Feb 21 10:22:26 CET 2025
On Tue Feb 18, 2025 at 5:19 PM CET, Markus Frank wrote:
> diff --git a/js/Utils.js b/js/Utils.js
> index 9b5f054..055b938 100644
> --- a/js/Utils.js
> +++ b/js/Utils.js
> @@ -851,6 +851,29 @@ Ext.define('PMG.Utils', {
[..]
> +
> + Proxmox.Schema.authDomains.pam = {
> + add: false,
> + edit: false,
> + pwchange: false,
> + sync: false,
> + };
nit: `add: false` and `sync: false` are already default values for PAM
as defined in proxmox-widget-toolkit, so could be dropped here.
More information about the pmg-devel
mailing list