Skip to content

Commit

Permalink
HPCC-32692 ECL Watch v9 fix /topology/logs grid display
Browse files Browse the repository at this point in the history
fixes an issue with the FluentUI grid on /topology/logs, where it was
incorrectly rendering on the page

Signed-off-by: Jeremy Clements <79224539+jeclrsg@users.noreply.github.com>
  • Loading branch information
jeclrsg committed Sep 19, 2024
1 parent df91760 commit e667ca8
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 e667ca8

Please sign in to comment.