mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(server): monospace script editor
This commit is contained in:
@@ -128,6 +128,7 @@ export const EditScript = ({ serverId }: Props) => {
|
|||||||
<FormControl className="max-h-[75vh] max-w-[60rem] overflow-y-scroll overflow-x-hidden">
|
<FormControl className="max-h-[75vh] max-w-[60rem] overflow-y-scroll overflow-x-hidden">
|
||||||
<CodeEditor
|
<CodeEditor
|
||||||
language="shell"
|
language="shell"
|
||||||
|
wrapperClassName="font-mono"
|
||||||
{...field}
|
{...field}
|
||||||
placeholder={`
|
placeholder={`
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user