Update pvebanner
This commit is contained in:
parent
a4870ef97e
commit
f6354ad0b5
|
|
@ -6,7 +6,7 @@ use PVE::Cluster;
|
||||||
|
|
||||||
my $nodename = PVE::INotify::nodename();
|
my $nodename = PVE::INotify::nodename();
|
||||||
my $localip = PVE::Cluster::remote_node_ip($nodename, 1);
|
my $localip = PVE::Cluster::remote_node_ip($nodename, 1);
|
||||||
|
my $lastupdate = DateTime->now;
|
||||||
my $xline = '-' x 78;
|
my $xline = '-' x 78;
|
||||||
|
|
||||||
my $banner = '';
|
my $banner = '';
|
||||||
|
|
@ -29,6 +29,7 @@ $xline
|
||||||
Please use your web browser to configure this server - connect to:
|
Please use your web browser to configure this server - connect to:
|
||||||
|
|
||||||
https://${localip}:8006/
|
https://${localip}:8006/
|
||||||
|
Lastupdate: $lastupdate
|
||||||
$xline
|
$xline
|
||||||
|
|
||||||
__EOBANNER
|
__EOBANNER
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue