vnc embedded option

This commit is contained in:
Yuri Karamian
2025-12-18 23:41:18 +01:00
parent 9c09719fb9
commit f2f2222df7
11 changed files with 192 additions and 19 deletions
+4
View File
@@ -55,6 +55,7 @@ The module uses two primary configurable options that are dynamically populated
|--------|------------|-------------|
| **Plan ID** | `configoption1` | VPS plan - dropdown populated from `/api/v1/plans` showing plan names with prices |
| **OS ID** | `configoption2` | Operating system - dropdown populated from `/api/v1/os/plan/{plan_id}` based on selected plan |
| **VNC Display Mode** | `configoption3` | How VNC console is displayed: `newtab` (opens in new browser tab) or `embedded` (shows in a tab within the client area) |
#### Setting Up Configurable Options
@@ -176,6 +177,9 @@ Override translations by creating files in:
## Changelog
### Version 1.5
- WHMCS v9 compatibility: Updated Smarty template syntax for Smarty v4
### Version 1.4
- Fixed firewall rule duplication bug when adding new rules
- Added validation warning for ANY protocol with specific port numbers