Move table content styling into separate element from list view

Some admin tables (for example plugins) don't have APIs that support
filtering and pagination. It is still advantageous to share styles,
so pull that out into a separate element.

Change-Id: Iad2b40d9af3cc53351973c7c456f1110424a14df
This commit is contained in:
Becky Siegel
2017-06-13 12:32:47 -07:00
parent aa4e317675
commit 0dedeaddf5
4 changed files with 83 additions and 49 deletions

View File

@@ -114,6 +114,7 @@ limitations under the License.
'shared/gr-js-api-interface/gr-js-api-interface_test.html',
'shared/gr-linked-chip/gr-linked-chip_test.html',
'shared/gr-linked-text/gr-linked-text_test.html',
'shared/gr-list-view/gr-list-view_test.html',
'shared/gr-rest-api-interface/gr-rest-api-interface_test.html',
'shared/gr-rest-api-interface/gr-reviewer-updates-parser_test.html',
'shared/gr-select/gr-select_test.html',