From 9323dacbaf76441d0179377e988cd438289ad60e Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 4 Feb 2025 09:49:04 -0800 Subject: [PATCH] update ui to use domain var instead of virtualhost, for compat with new vhost-get.sh script --- panel/ui/vhost/users-user.html | 4 ++-- panel/ui/vhost/vhosts-edit.html | 2 +- panel/ui/vhost/vhosts-vhost.html | 32 ++++++++++++++++---------------- panel/ui/vhost/vhosts.html | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/panel/ui/vhost/users-user.html b/panel/ui/vhost/users-user.html index ca89582..1b64c15 100644 --- a/panel/ui/vhost/users-user.html +++ b/panel/ui/vhost/users-user.html @@ -37,11 +37,11 @@ - {{ @vhost_domain.virtualhost }} + {{ @vhost_domain.domain }} {{ @vhost_domain.username }} {{ @vhost_domain.status }} {{ @vhost_domain.php }} - Disable Delete + Disable Delete diff --git a/panel/ui/vhost/vhosts-edit.html b/panel/ui/vhost/vhosts-edit.html index 33ab018..ad454c9 100644 --- a/panel/ui/vhost/vhosts-edit.html +++ b/panel/ui/vhost/vhosts-edit.html @@ -4,7 +4,7 @@

- Change PHP Version for {{ @vhost_array.virtualhost }} + Change PHP Version for {{ @vhost_array.domain }}