Skip to content

Commit

Permalink
fix(table): sw-1537 tableEmpty, apply empty table
Browse files Browse the repository at this point in the history
* docs, correct table modules
* locale, correct table strings
* table, empty table props
* tableEmpty, generate actual empty table
* tableSkeleton, ariaLabel, summary props
  • Loading branch information
cdcabrera committed Sep 15, 2023
1 parent 301f01c commit a72a00e
Show file tree
Hide file tree
Showing 16 changed files with 653 additions and 368 deletions.
12 changes: 6 additions & 6 deletions public/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@
"tabInstances_Satellite Server": "$t(curiosity-inventory.tabInstances_RHEL)",
"tabSubscriptions": "Current subscriptions",
"tab_disabled": "The inventory display is currently disabled.",
"tableAriaLabel": "{{appName}} systems inventory table.",
"tableSummary": "A generated table with one level of column headers.",
"tableEmptyInventoryTitle": "No results found",
"tableEmptyInventoryMessage": "To show more results, clear some or all filters.",
"tableSkeletonAriaLabel": "Loading",
"label_billing_provider": "$t(curiosity-inventory.label_cloud_provider)",
"label_billing_provider_aws": "$t(curiosity-inventory.label_cloud_provider_aws)",
"label_billing_provider_azure": "$t(curiosity-inventory.label_cloud_provider_azure)",
Expand Down Expand Up @@ -261,7 +256,12 @@
"measurementType_hypervisor": "Hypervisor",
"measurementType_physical": "Physical",
"measurementType_virtual": "Virtual",
"measurementType_virtualized": "Virtual"
"measurementType_virtualized": "Virtual",
"table_ariaLabel": "{{appName}} systems inventory table.",
"table_ariaLabel_skeleton": "Loading",
"table_summary": "A generated table with one level of column headers.",
"table_emptyState_description": "To show more results, clear some or all filters.",
"table_emptyState_title": "No results found"
},
"curiosity-toolbar": {
"button_displayName": "Search button for name",
Expand Down
Loading

0 comments on commit a72a00e

Please sign in to comment.