diff --git a/BTCPayServer/Views/Manage/APIKeys.cshtml b/BTCPayServer/Views/Manage/APIKeys.cshtml
index 41065055d..6b308322a 100644
--- a/BTCPayServer/Views/Manage/APIKeys.cshtml
+++ b/BTCPayServer/Views/Manage/APIKeys.cshtml
@@ -4,62 +4,101 @@
ViewData.SetActivePageAndTitle(ManageNavPages.APIKeys, "Manage your API Keys");
}
-
The BTCPay Server Greenfield API offers programmatic access to your instance. You can manage your BTCPay - Server (e.g. stores, invoices, users) as well as automate workflows and integrations (see use case examples). + Server (e.g. stores, invoices, users) as well as automate workflows and integrations (see use case examples). For that you need the API keys, which can be generated here. Find more information in the API authentication docs.
| Label | -Key | -Permissions | -Actions | -
|---|---|---|---|
| Label | +Key | +Permissions | +Actions | +
| @keyData.Label | -@keyData.Id |
-
- @{
- var permissions = keyData.GetBlob().Permissions;
- }
- @if (!permissions.Any())
- {
- No permissions
- }
- else
- {
-
|
- - Remove - | -
| - No API keys - | -|||
| @keyData.Label | +
+
+ Click to reveal
+ |
+
+ @{
+ var permissions = keyData.GetBlob().Permissions;
+ }
+ @if (!permissions.Any())
+ {
+ No permissions
+ }
+ else
+ {
+
|
+ + Remove + - + + | +
| + No API keys + | +|||