mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: update isolated deployment label for clarity
This commit is contained in:
parent
4730845a40
commit
c0b5f9e51a
@ -147,9 +147,9 @@ export const IsolatedDeployment = ({ composeId }: Props) => {
|
|||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
<FormItem className="mt-4 flex flex-row items-center justify-between rounded-lg border p-3 shadow-sm">
|
<FormItem className="mt-4 flex flex-row items-center justify-between rounded-lg border p-3 shadow-sm">
|
||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
<FormLabel>Enable Randomize ({data?.appName})</FormLabel>
|
<FormLabel>Enable Isolated Deployment ({data?.appName})</FormLabel>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
Enable randomize to the compose file.
|
Enable isolated deployment to the compose file.
|
||||||
</FormDescription>
|
</FormDescription>
|
||||||
</div>
|
</div>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
|
Loading…
Reference in New Issue
Block a user