Skip to content

Commit

Permalink
Merge pull request #977 from drudge/ports-ui
Browse files Browse the repository at this point in the history
feat(traefik/ports): improved UI
  • Loading branch information
Siumauricio authored Dec 24, 2024
2 parents 28a2ab9 + ce19a42 commit e3f1518
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 158 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ export const EditTraefikEnv = ({ children, serverId }: Props) => {
<DialogTrigger asChild>{children}</DialogTrigger>
<DialogContent className="max-h-screen overflow-y-auto sm:max-w-4xl">
<DialogHeader>
<DialogTitle>Update Traefik Env</DialogTitle>
<DialogDescription>Update the traefik env</DialogDescription>
<DialogTitle>Update Traefik Environment</DialogTitle>
<DialogDescription>
Update the traefik environment variables
</DialogDescription>
</DialogHeader>
{isError && <AlertBlock type="error">{error?.message}</AlertBlock>}

Expand Down
Loading

0 comments on commit e3f1518

Please sign in to comment.