mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov-ui.git
synced 2025-11-01 19:17:50 +00:00
[WIFI-13031] Add support for radius endpoints
Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wlan-cloud-owprov-ui",
|
||||
"version": "2.11.0(57)",
|
||||
"version": "2.11.0(59)",
|
||||
"description": "",
|
||||
"main": "index.tsx",
|
||||
"scripts": {
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user