Skip to content

Commit

Permalink
Fixes #4872 fix(tabledemo): fixes removal of bullseye layouts (#4904)
Browse files Browse the repository at this point in the history
* fix(table): removed bullseye layout for empty and loading states
  • Loading branch information
blfetche committed Jun 15, 2022
1 parent 91fcee3 commit 870f1d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/patternfly/demos/Table/table-empty-state-table.hbs
Expand Up @@ -27,7 +27,6 @@
{{#> table-tbody}}
{{#> table-tr}}
{{#> table-td table-td--attribute='colspan="8"'}}
{{#> bullseye}}
{{#> empty-state empty-state--modifier="pf-m-sm"}}
{{#> empty-state-icon empty-state-icon--type="search"}}{{/empty-state-icon}}
{{#> title titleType="h2" title--modifier="pf-m-lg"}}
Expand All @@ -42,7 +41,6 @@
{{/button}}
{{/empty-state-primary}}
{{/empty-state}}
{{/bullseye}}
{{/table-td}}
{{/table-tr}}
{{/table-tbody}}
Expand Down
2 changes: 0 additions & 2 deletions src/patternfly/demos/Table/table-loading-table.hbs
Expand Up @@ -27,7 +27,6 @@
{{#> table-tbody}}
{{#> table-tr}}
{{#> table-td table-td--attribute='colspan="8"'}}
{{#> bullseye}}
{{#> empty-state empty-state--modifier="pf-m-sm"}}
{{#> empty-state-icon}}
{{#> spinner}}Loading...{{/spinner}}
Expand All @@ -36,7 +35,6 @@
Loading
{{/title}}
{{/empty-state}}
{{/bullseye}}
{{/table-td}}
{{/table-tr}}
{{/table-tbody}}
Expand Down

0 comments on commit 870f1d3

Please sign in to comment.