This commit is contained in:
Tim Lorsbach
2026-09-08 21:49:54 +02:00
parent b12c2dda69
commit b269b7dfd8
4 changed files with 28 additions and 17 deletions
@@ -36,8 +36,8 @@
img.onerror = () => {
this.pesVizHtml = `
<div class='alert alert-error' role='alert'>
<h4 class='alert-heading'>Could not render PES!</h4>
<p>Could not render PES - Do you have access?</p>
<h4 class='alert-heading'>Failed to fetch this PES!</h4>
<p>Either the PES-ID is incorrect, or you're missing sufficient permissions to access this (potentially secret) item. In case you're missing permissions you can request the entitlement cs.u.enviPath_secret_data_user_group on go/idnow to gain access.</p>
</div>`;
};
},