Skip to content

Commit

Permalink
Modify the behavior of getting this refreh interval and type for skip…
Browse files Browse the repository at this point in the history
…ping

Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Mar 13, 2024
1 parent 09a1336 commit 0f87cc5
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,15 @@ export const AccelerationDetailsTab = ({
/>
<DetailComponent title="Creation Date" description={creationDate} />
</EuiFlexGroup>
<EuiSpacer />
{isSkippingIndex && (
<>
<EuiFlexGroup direction="row">
<DetailComponent title="Refresh type" description={refreshIntervalDescription} />
<DetailComponent title="Refresh time" description={refreshTime} />
</EuiFlexGroup>
<EuiSpacer />
</>
)}
<TitleComponent title="Data source details" />
<EuiFlexGroup direction="row">
<DetailComponent
Expand Down

0 comments on commit 0f87cc5

Please sign in to comment.