defmodule PrymnWeb.ServerLive.Show do alias DBConnection.App use PrymnWeb, :live_view require Logger alias Prymn.{Agents, Servers} @impl true def mount(_params, _session, socket) do {:ok, socket} end @impl true def render(assigns) do ~H"""
<%= task.progress %> complete
<% end %>Connect to your server using root credentials and execute the following command:
#
<%= @registration_command %>
Updates: <%= 0 %> pending updates.
<%= output %>