mirror of
https://github.com/unraid/api.git
synced 2026-01-18 06:30:03 -06:00
fix(plg): added id="wc_userprofile" to UPC
This commit is contained in:
@@ -1040,7 +1040,7 @@ unraid-user-profile {
|
||||
"email" => ($remote['email']) ? $remote['email'] : ''
|
||||
];
|
||||
?>
|
||||
<unraid-user-profile
|
||||
<unraid-user-profile id="wc_userprofile"
|
||||
serverstate="<?=rawurlencode(json_encode($serverstate, JSON_UNESCAPED_SLASHES))?>"
|
||||
serverdesc="<?=$var['COMMENT']?>"
|
||||
displaydesc="false"
|
||||
|
||||
Reference in New Issue
Block a user