Skip to content

Commit

Permalink
Merge pull request hpcc-systems#19134 from hpcc-systems/hpcc-32692-to…
Browse files Browse the repository at this point in the history
…pology-logs-grid

HPCC-32692 ECL Watch v9 fix /topology/logs grid display
  • Loading branch information
GordonSmith authored Sep 20, 2024
2 parents df91760 + e667ca8 commit f993554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp/src/src-react/components/Logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const Logs: React.FunctionComponent<LogsProps> = ({
return <HolyGrail
header={<CommandBar items={buttons} farItems={copyButtons} />}
main={
<>
<div style={{ position: "relative", height: "100%" }}>
<FluentPagedGrid
store={gridStore}
query={query}
Expand All @@ -198,7 +198,7 @@ export const Logs: React.FunctionComponent<LogsProps> = ({
refresh={refreshTable}
></FluentPagedGrid>
<Filter showFilter={showFilter} setShowFilter={setShowFilter} filterFields={filterFields} onApply={pushParams} />
</>
</div>
}
footer={<FluentPagedFooter
persistID={"cloudlogs"}
Expand Down

0 comments on commit f993554

Please sign in to comment.