mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-21 19:39:17 +00:00
Improvements for certificates table, adds expansion object to certificates
This commit is contained in:
11
frontend/src/components/Monospace.tsx
Normal file
11
frontend/src/components/Monospace.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Text, TextProps } from "@chakra-ui/react";
|
||||
|
||||
function Monospace(props: TextProps) {
|
||||
return (
|
||||
<Text as="span" className="monospace" {...props}>
|
||||
{props.children}
|
||||
</Text>
|
||||
);
|
||||
}
|
||||
|
||||
export { Monospace };
|
||||
Reference in New Issue
Block a user