Add remote access feature and UI improvements
- Implement `remoteAccess` functionality in `ApiCLI` for Veyon integration. - Create `selectIP.php` view and associated form for remote access inputs. - Add JSON configuration for lab setups (`labList.json`). - Introduce reusable `home-button` web component. - Update project router and controller to support new `/remoteAccess` and `/conn` routes. - Add custom styles and icons to enhance UI.
This commit is contained in:
40
public/configs/labList.json
Normal file
40
public/configs/labList.json
Normal file
@@ -0,0 +1,40 @@
|
||||
[
|
||||
{
|
||||
"name": "LASA",
|
||||
"netIP": "192.168.2.0",
|
||||
"subnetMask": 24
|
||||
},
|
||||
{
|
||||
"name": "LMM",
|
||||
"netIP": "192.168.9.0",
|
||||
"subnetMask": 24
|
||||
},
|
||||
{
|
||||
"name": "LAM",
|
||||
"netIP": "192.168.10.0",
|
||||
"subnetMask": 24
|
||||
},
|
||||
{
|
||||
"name": "LAPs",
|
||||
"netIP": "192.168.4.0",
|
||||
"subnetMask": 24
|
||||
},
|
||||
{
|
||||
"name": "Classi",
|
||||
"netIP": "192.168.12.0",
|
||||
"subnetMask": 24
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user