mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update ui
This commit is contained in:
@@ -165,7 +165,7 @@ export const ShowClusterSettings = ({ applicationId }: Props) => {
|
||||
defaultValue={field.value}
|
||||
>
|
||||
<SelectTrigger>
|
||||
<SelectValue placeholder="Select a container" />
|
||||
<SelectValue placeholder="Select a registry" />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectGroup>
|
||||
|
||||
@@ -73,7 +73,6 @@ export const mechanizeDockerContainer = async (
|
||||
cpuReservation,
|
||||
command,
|
||||
ports,
|
||||
networkSwarm,
|
||||
} = application;
|
||||
|
||||
const resources = calculateResources({
|
||||
|
||||
Reference in New Issue
Block a user