fix(plg): added id="wc_userprofile" to UPC

This commit is contained in:
Eric Schultz
2020-06-22 17:21:23 -07:00
parent e7ef9cd213
commit 91d554ce91

View File

@@ -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"