solusio / solusiovps

SolusIO WHMCS VPS Provisioning module
Apache License 2.0
23 stars 8 forks source link

Whmcs client page only shows 1IP #53

Open ryanpek opened 3 years ago

ryanpek commented 3 years ago

If a client has more than 1 IP per VM it only shows the main IP and doesn't list any additional IPs

PhiGi87 commented 2 years ago

+1

ryanpek commented 2 years ago

Can you please show ALL ips for the virtual server on the client area page?

jackrhenderson commented 2 years ago

If you go to your your_whmcs_directory > modules/servers/solusiovps/templates/overview.tpl You can add the lines that I will display below to show all IPs that are assigned to the virtual machine `{if $assignedips}

IP Address(es): {$assignedips|nl2br}
            {/if}`
jackrhenderson commented 2 years ago

If you would like my overview.tpl that I customized to have this id be happy to share it 👍