Skip to content

Commit

Permalink
Merge branch 'main' into PMM-12070-table-plugin-db-cluster-summary
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSartanpara1 authored Jun 19, 2023
2 parents 5883357 + fede025 commit 8692f8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ export const getStyles = (theme: GrafanaTheme2) => {
word-break: keep-all;
color: ${parameters.mainTextColor};
`,
metadataTable: css`
display: none;
`,
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Metadata = ({ metadata, loading }) => {
];

return (
<Overlay size={OVERLAY_LOADER_SIZE}>
<Overlay size={OVERLAY_LOADER_SIZE} className={styles.metadataTable}>
<Collapse
collapsible
label={metadataTableHead.main}
Expand Down

0 comments on commit 8692f8d

Please sign in to comment.