Skip to content

Commit

Permalink
Merge pull request #4056 from dlabrecq/placeholder
Browse files Browse the repository at this point in the history
Missing filter placeholder for EC2 instance and OS
  • Loading branch information
dlabrecq authored Oct 7, 2024
2 parents 44b5f80 + 5f1916b commit f04bf7f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions locales/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7746,6 +7746,14 @@
}
]
},
"instance": {
"value": [
{
"type": 0,
"value": "Filter by instance"
}
]
},
"name": {
"value": [
{
Expand All @@ -7762,6 +7770,14 @@
}
]
},
"operating_system": {
"value": [
{
"type": 0,
"value": "Filter by operating system"
}
]
},
"org_unit_id": {
"value": [
{
Expand Down
2 changes: 1 addition & 1 deletion locales/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"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 {}}",
"filterByOrgUnitAriaLabel": "Organizational units",
"filterByOrgUnitPlaceholder": "Choose unit",
"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 {}}",
"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 {}}",
"filterByTagKeyAriaLabel": "Tag keys",
"filterByTagValueAriaLabel": "Tag values",
"filterByTagValueButtonAriaLabel": "Filter button for tag value",
Expand Down
2 changes: 2 additions & 0 deletions src/locales/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2028,8 +2028,10 @@ export default defineMessages({
'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} ' +
Expand Down

0 comments on commit f04bf7f

Please sign in to comment.