mirror of
https://gitlab.com/ArkHost/WHMCS-ArkhostVPSAG.git
synced 2026-07-23 23:36:06 +02:00
vnc embedded option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user