@kong-ui-public/entities-plugins 9.10.7 → 9.10.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entities-plugins.es.js +7 -2
- package/dist/entities-plugins.umd.js +15 -15
- package/dist/style.css +1 -1
- package/package.json +6 -6
|
@@ -10013,7 +10013,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
10013
10013
|
}
|
|
10014
10014
|
}
|
|
10015
10015
|
}, ey = {
|
|
10016
|
-
create: "New
|
|
10016
|
+
create: "New vault",
|
|
10017
10017
|
copy_id: "Copy ID",
|
|
10018
10018
|
copy_json: "Copy JSON",
|
|
10019
10019
|
edit: "Edit",
|
|
@@ -10035,7 +10035,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
10035
10035
|
title: "Vaults",
|
|
10036
10036
|
list: {
|
|
10037
10037
|
toolbar_actions: {
|
|
10038
|
-
new_vault: "New
|
|
10038
|
+
new_vault: "New vault"
|
|
10039
10039
|
},
|
|
10040
10040
|
table_headers: {
|
|
10041
10041
|
prefix: "Prefix",
|
|
@@ -10047,6 +10047,11 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
10047
10047
|
empty_state: {
|
|
10048
10048
|
title: "Configure a New Vault",
|
|
10049
10049
|
description: "Improve the security of your Kong Gateway deployment with centralized secrets."
|
|
10050
|
+
},
|
|
10051
|
+
empty_state_v2: {
|
|
10052
|
+
title: "Configure your first vault",
|
|
10053
|
+
description: "Vaults securely store sensitive information, such as credentials and certificates, enhancing the security of your API infrastructure.",
|
|
10054
|
+
create_cta: "New vault"
|
|
10050
10055
|
}
|
|
10051
10056
|
}
|
|
10052
10057
|
}, ay = {
|