Skip to content

Commit

Permalink
Split up engines vs. meta engines into separate panels
Browse files Browse the repository at this point in the history
- per Davey's feedback from earlier UI passes
  • Loading branch information
cee-chen committed Jun 21, 2021
1 parent 79b0949 commit 749b9ea
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,12 @@ export const EnginesOverview: React.FC = () => {
onChange={handlePageChange(onEnginesPagination)}
/>
</EuiPageContentBody>
</EuiPanel>

{hasPlatinumLicense && (
<>
<EuiSpacer size="xxl" />
{hasPlatinumLicense && (
<>
<EuiSpacer size="xxl" />
<EuiPanel>
<EuiPageContentHeader>
<EuiPageContentHeaderSection>
<EuiFlexGroup gutterSize="xs" alignItems="center" responsive={false}>
Expand Down Expand Up @@ -164,9 +166,9 @@ export const EnginesOverview: React.FC = () => {
onChange={handlePageChange(onMetaEnginesPagination)}
/>
</EuiPageContentBody>
</>
)}
</EuiPanel>
</EuiPanel>
</>
)}
</AppSearchPageTemplate>
);
};

0 comments on commit 749b9ea

Please sign in to comment.