Okay that's about everything again
This commit is contained in:
parent
d094ff036f
commit
a25698347d
4 changed files with 63 additions and 4 deletions
|
|
@ -60,6 +60,6 @@ defmodule EzcontainerRailwayWeb.ContainerCreateLive do
|
|||
socket.assigns.session["railway_token"]
|
||||
)
|
||||
|
||||
{:noreply, socket |> push_redirect('/containers')}
|
||||
{:noreply, socket |> put_flash(:info, "container deplying") |> push_redirect(to: "/containers")}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue