From 08e8050ca532bdbeca6904e03935b0d2ef6b259e Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Mon, 26 Apr 2021 19:30:26 -0700 Subject: [PATCH] Add button to copy API key to clipboard (#2439) * Add button to copy API key to clipboard * Update "copy API key to clipboard" button appearance --- BTCPayServer/Views/Manage/APIKeys.cshtml | 30 +++++++++++++++++++----- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/BTCPayServer/Views/Manage/APIKeys.cshtml b/BTCPayServer/Views/Manage/APIKeys.cshtml index aa443b3ed..4aa654921 100644 --- a/BTCPayServer/Views/Manage/APIKeys.cshtml +++ b/BTCPayServer/Views/Manage/APIKeys.cshtml @@ -13,7 +13,7 @@ Label - Key + Key Permissions Actions @@ -28,7 +28,13 @@ @keyData.Label @keyData.Id - Click to reveal + + @{ @@ -52,7 +58,7 @@ Remove - - + - @@ -77,13 +83,25 @@ +