mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-22 22:42:06 +01:00
feat: add copyable ID to delete confirmation dialogs
When deleting databases or containers, the confirmation dialog now displays the resource ID in a read-only text field with a copy button, allowing users to copy-paste the ID into the confirmation input instead of typing it manually. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -420,6 +420,7 @@
|
||||
"deleteDatabase": {
|
||||
"panelTitle": "Hapus {{databaseName}}",
|
||||
"warningMessage": "Peringatan! Tindakan yang akan Anda lakukan tidak dapat dibatalkan. Melanjutkan akan menghapus sumber daya dan semua sumber daya anaknya secara permanen.",
|
||||
"copyableId": "{{databaseName}} id:",
|
||||
"confirmPrompt": "Konfirmasikan dengan mengetik id {{databaseName}} (nama)",
|
||||
"inputMismatch": "Nama {{databaseName}} input \"{{input}}\" tidak cocok dengan {{databaseName}} \"{{selectedId}}\" yang dipilih",
|
||||
"feedbackTitle": "Bantuan kami meningkatkan Azure Cosmos DB!",
|
||||
@@ -427,6 +428,7 @@
|
||||
},
|
||||
"deleteCollection": {
|
||||
"panelTitle": "Hapus {{collectionName}}",
|
||||
"copyableId": "{{collectionName}} id:",
|
||||
"confirmPrompt": "Konfirmasikan dengan mengetik id {{collectionName}}",
|
||||
"inputMismatch": "Id input {{input}} tidak cocok dengan {{selectedId}} yang dipilih",
|
||||
"feedbackTitle": "Bantuan kami meningkatkan Azure Cosmos DB!",
|
||||
|
||||
Reference in New Issue
Block a user