Replace cmd with bash as EuiCodeBlock language (#105065)

cmd is no longer supported by 3rd party library used by EuiCodeBlock
This commit is contained in:
Vadim Yakhin 2021-07-09 13:11:14 -03:00 committed by GitHub
parent dacb5949a2
commit 48fa754042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ export const StatusItem: React.FC<StatusItemProps> = ({ details }) => {
const infoPopover = (
<EuiPopover button={tooltipPopoverTrigger} isOpen={isPopoverOpen} closePopover={closePopover}>
<EuiCodeBlock
language="cmd"
language="bash"
fontSize="m"
paddingSize="m"
style={{ maxWidth: 300 }}