Populate country select, get provider log, connect to country

This commit is contained in:
billz
2023-10-18 09:50:57 +02:00
parent 47f983a361
commit 99f8838fe2
5 changed files with 67 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
<!-- logging tab -->
<div class="tab-pane fade" id="providerstatus">
<h4 class="mt-3 mb-3"><?php echo _("Status") ?></h4>
<h4 class="mt-3 mb-3"><?php echo sprintf(_("%s status"), $providerName) ;?></h4>
<p><?php echo _("Installed Linux CLI: <code>".$providerVersion."</code>") ?></p>
<p><?php echo _("Current <code>".strtolower($providerName)."</code> connection status is displayed below.") ?></p>