[WIFI-13031] Add support for radius endpoints

Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
Charles
2023-10-17 17:02:57 +01:00
parent cede218789
commit ebc6e3463f
12 changed files with 1237 additions and 1237 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "wlan-cloud-owprov-ui",
"version": "2.11.0(57)",
"version": "2.11.0(59)",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "wlan-cloud-owprov-ui",
"version": "2.11.0(57)",
"version": "2.11.0(59)",
"license": "ISC",
"dependencies": {
"@chakra-ui/anatomy": "^2.1.1",

View File

@@ -1,6 +1,6 @@
{
"name": "wlan-cloud-owprov-ui",
"version": "2.11.0(57)",
"version": "2.11.0(59)",
"description": "",
"main": "index.tsx",
"scripts": {

View File

@@ -20,7 +20,7 @@ export type RadiusEndpointServer = {
export type RadsecServer = {
/**
* It should be the ID of a google orion account OR the certificate ID of the global reach account
* It should be the ID of a google orion account OR the certificate ID of the GlobalReach account
* If not empty, only Weight needs to be populated
* If empty, all fields need to be populated
*/