+
+
+ Showing {chartsToShow.length} of {numTotalCharts} charts
+ {searchInput && (
+ <>
+ {" "}
+ for "{searchInput}" ({this.props.charts.length}{" "}
+ total)
+ >
+ )}
+
+
+
+
+
+
+ |
+ Chart |
+ Id |
+ Type |
+ {showInheritanceColumn && Inheritance | }
+ Tags |
+ Published |
+ Last Updated |
+
+ views/day{getSortIndicator()}
+ |
+ |
+ |
+
+
+
+ {chartsToShow.map((chart) => (
+
+ ))}
+
+
+ {hasMoreCharts && (
+
+ )}
+
)
}
}
diff --git a/adminSiteClient/admin.scss b/adminSiteClient/admin.scss
index 93ff7b3518..1ce6899b7a 100644
--- a/adminSiteClient/admin.scss
+++ b/adminSiteClient/admin.scss
@@ -763,8 +763,7 @@ main:not(.ChartEditorPage):not(.GdocsEditPage) {
margin-top: 6px;
}
-.ChartIndexPage,
-.UsersIndexPage {
+.ChartList {
.topRow {
display: flex;
align-items: center;