%% cascade _base::layout { title => "Deploy Node", %% sb_active => 'deploy_remote' %% } %% override panel -> {
Hostname Network Nebula IP Public IP
[% $node.hostname %] [% $node.network.name %] [% $node.nebula_ip %] [% $node.public_ip %]

Deploy Node

%% include '_base/form/input.tx' { type => 'text', name => 'deploy_ip', %% title => 'SSH IP', %% help => 'This is the IP that MeshMage will connect to to install Nebula', %% value => $node.public_ip %% };
%% }