Skip to content

Commit f04bf7f

Browse files
authored
Merge pull request #4056 from dlabrecq/placeholder
Missing filter placeholder for EC2 instance and OS
2 parents 44b5f80 + 5f1916b commit f04bf7f

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

locales/data.json

+16
Original file line numberDiff line numberDiff line change
@@ -7746,6 +7746,14 @@
77467746
}
77477747
]
77487748
},
7749+
"instance": {
7750+
"value": [
7751+
{
7752+
"type": 0,
7753+
"value": "Filter by instance"
7754+
}
7755+
]
7756+
},
77497757
"name": {
77507758
"value": [
77517759
{
@@ -7762,6 +7770,14 @@
77627770
}
77637771
]
77647772
},
7773+
"operating_system": {
7774+
"value": [
7775+
{
7776+
"type": 0,
7777+
"value": "Filter by operating system"
7778+
}
7779+
]
7780+
},
77657781
"org_unit_id": {
77667782
"value": [
77677783
{

locales/translations.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"filterByInputAriaLabel": "{value, select, account {Input for account name} aws_category {Input for cost category name} cluster {Input for cluster name} gcp_project {Input for GCP project name} name {Input for name} node {Input for node name} org_unit_id {Input for organizational unit name} payer_tenant_id {Input for account name} product_service {Input for service_name} project {Input for project name} region {Input for region name} resource_location {Input for region name} service {Input for service name} service_name {Input for service_name} subscription_guid {Input for account name} status {Input for status value} tag {Input for tag name} tag_key {Input for tag key} tag_key_child {Input for child tag key} tag_key_parent {Input for parent tag key} other {}}",
328328
"filterByOrgUnitAriaLabel": "Organizational units",
329329
"filterByOrgUnitPlaceholder": "Choose unit",
330-
"filterByPlaceholder": "{value, select, account {Filter by account} aws_category {Filter by cost category} cluster {Filter by cluster} container {Filter by container} description {Filter by description} gcp_project {Filter by GCP project} group {Filter by group} name {Filter by name} node {Filter by node} org_unit_id {Filter by organizational unit} payer_tenant_id {Filter by account} persistent_volume_claim {Filter by persistent volume claim} product_service {Filter by service} project {Filter by project} region {Filter by region} resource_location {Filter by region} service {Filter by service} service_name {Filter by service} source_type {Filter by integration} status {Filter by status} storage_class {Filter by StorageClass} subscription_guid {Filter by account} workload {Filter by workload name} workload_type {Filter by workload type} tag {Filter by tag} tag_key {Filter by tag key} tag_key_child {Filter by child tag key} tag_key_parent {Filter by parent tag key} other {}}",
330+
"filterByPlaceholder": "{value, select, account {Filter by account} aws_category {Filter by cost category} cluster {Filter by cluster} container {Filter by container} description {Filter by description} gcp_project {Filter by GCP project} group {Filter by group} instance {Filter by instance} name {Filter by name} node {Filter by node} operating_system {Filter by operating system} org_unit_id {Filter by organizational unit} payer_tenant_id {Filter by account} persistent_volume_claim {Filter by persistent volume claim} product_service {Filter by service} project {Filter by project} region {Filter by region} resource_location {Filter by region} service {Filter by service} service_name {Filter by service} source_type {Filter by integration} status {Filter by status} storage_class {Filter by StorageClass} subscription_guid {Filter by account} workload {Filter by workload name} workload_type {Filter by workload type} tag {Filter by tag} tag_key {Filter by tag key} tag_key_child {Filter by child tag key} tag_key_parent {Filter by parent tag key} other {}}",
331331
"filterByTagKeyAriaLabel": "Tag keys",
332332
"filterByTagValueAriaLabel": "Tag values",
333333
"filterByTagValueButtonAriaLabel": "Filter button for tag value",

src/locales/messages.ts

+2
Original file line numberDiff line numberDiff line change
@@ -2028,8 +2028,10 @@ export default defineMessages({
20282028
'description {Filter by description} ' +
20292029
'gcp_project {Filter by GCP project} ' +
20302030
'group {Filter by group} ' +
2031+
'instance {Filter by instance} ' +
20312032
'name {Filter by name} ' +
20322033
'node {Filter by node} ' +
2034+
'operating_system {Filter by operating system} ' +
20332035
'org_unit_id {Filter by organizational unit} ' +
20342036
'payer_tenant_id {Filter by account} ' +
20352037
'persistent_volume_claim {Filter by persistent volume claim} ' +

0 commit comments

Comments
 (0)