Added configuration plugin ID to the full enterprise config case

This commit is contained in:
Thorsten Sommer 2025-08-09 21:24:18 +02:00
parent 10cea3d1bd
commit 98e2796604
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -90,6 +90,14 @@
<MudCopyClipboardButton TooltipMessage="@T("Copies the server URL to the clipboard")" StringContent=@this.currentEnvironment.ConfigurationServerUrl/>
</div>
</MudText>
<MudText Typo="Typo.body1" Class="ms-3 mt-2 mb-2">
<div style="display: flex; align-items: center; gap: 8px;">
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
<span>@T("Configuration plugin ID:") @this.configPlug!.Id</span>
<MudCopyClipboardButton StringContent=@this.configPlug!.Id.ToString()/>
</div>
</MudText>
</MudCollapse>
break;
}