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:
parent
413536a336
commit
9382acb40c
@ -128,6 +128,7 @@ export const EditScript = ({ serverId }: Props) => {
|
||||
<FormControl className="max-h-[75vh] max-w-[60rem] overflow-y-scroll overflow-x-hidden">
|
||||
<CodeEditor
|
||||
language="shell"
|
||||
wrapperClassName="font-mono"
|
||||
{...field}
|
||||
placeholder={`
|
||||
set -e
|
||||
|
Loading…
Reference in New Issue
Block a user