mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-04 04:17:22 +00:00
ui: login view: add missing trailing comma
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4ef241a63b
commit
ffc8265e1f
@ -26,7 +26,7 @@ Ext.define('PBS.LoginView', {
|
||||
autoShow: true,
|
||||
consent: Proxmox.Markdown.parse(
|
||||
Ext.htmlEncode(
|
||||
Proxmox.Utils.base64ToUtf8(Proxmox.consentText)
|
||||
Proxmox.Utils.base64ToUtf8(Proxmox.consentText),
|
||||
),
|
||||
),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user