mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-11-02 03:37:50 +00:00
Compare commits
22 Commits
revert-68-
...
v2.4.0-RC2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6298d4f29a | ||
|
|
8f0828a394 | ||
|
|
8cbecc20bc | ||
|
|
c4cfc76b2d | ||
|
|
e02f939cb8 | ||
|
|
4bde6e2d1f | ||
|
|
ee69783a66 | ||
|
|
cddb0e94fa | ||
|
|
b1277ff2ac | ||
|
|
262c1fe1e2 | ||
|
|
2d2603ff27 | ||
|
|
d349e43523 | ||
|
|
ebf2d7d5c6 | ||
|
|
411c618be1 | ||
|
|
6151dcb8ff | ||
|
|
3564abfa29 | ||
|
|
955becdb46 | ||
|
|
daba3a3f28 | ||
|
|
33b8d1a1f5 | ||
|
|
5e35c23883 | ||
|
|
601c369f2d | ||
|
|
d48925f9ba |
@@ -20,7 +20,7 @@ Currently this chart is not assembled in charts archives, so [helm-git](https://
|
|||||||
To install the chart with the release name `my-release`:
|
To install the chart with the release name `my-release`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ helm install --name my-release git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=main
|
$ helm install --name my-release git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm/owgwui-0.1.0.tgz?ref=main
|
||||||
```
|
```
|
||||||
|
|
||||||
The command deploys the Web UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
|
The command deploys the Web UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
|
||||||
|
|||||||
@@ -26,6 +26,12 @@ spec:
|
|||||||
{{- with .Values.services.owgwui.labels }}
|
{{- with .Values.services.owgwui.labels }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .Values.podAnnotations }}
|
||||||
|
annotations:
|
||||||
|
{{- with .Values.podAnnotations }}
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ fullnameOverride: ""
|
|||||||
images:
|
images:
|
||||||
owgwui:
|
owgwui:
|
||||||
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owgw-ui
|
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owgw-ui
|
||||||
tag: main
|
tag: v2.4.0-RC2
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -69,6 +69,8 @@ tolerations: []
|
|||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
podAnnotations: {}
|
||||||
|
|
||||||
# Application
|
# Application
|
||||||
public_env_variables:
|
public_env_variables:
|
||||||
DEFAULT_UCENTRALSEC_URL: https://ucentral.dpaas.arilia.com:16001
|
DEFAULT_UCENTRALSEC_URL: https://ucentral.dpaas.arilia.com:16001
|
||||||
|
|||||||
18
package-lock.json
generated
18
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ucentral-client",
|
"name": "ucentral-client",
|
||||||
"version": "2.4.2",
|
"version": "2.4.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ucentral-client",
|
"name": "ucentral-client",
|
||||||
"version": "2.4.2",
|
"version": "2.4.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coreui/coreui": "^3.4.0",
|
"@coreui/coreui": "^3.4.0",
|
||||||
"@coreui/icons": "^2.0.1",
|
"@coreui/icons": "^2.0.1",
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
"react-tooltip": "^4.2.21",
|
"react-tooltip": "^4.2.21",
|
||||||
"react-widgets": "^5.1.1",
|
"react-widgets": "^5.1.1",
|
||||||
"sass": "^1.35.1",
|
"sass": "^1.35.1",
|
||||||
"ucentral-libs": "^1.0.34",
|
"ucentral-libs": "^1.0.37",
|
||||||
"uuid": "^8.3.2"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -14842,9 +14842,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/ucentral-libs": {
|
"node_modules/ucentral-libs": {
|
||||||
"version": "1.0.34",
|
"version": "1.0.37",
|
||||||
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.34.tgz",
|
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.37.tgz",
|
||||||
"integrity": "sha512-2xMb0dOslnf/3rHW68HEPZvCe1t0tZZz1zsUtvhBVWK50PyvS7K5etRab//d8VbM7lhMUpEnoz+rCG+n5c1fRw==",
|
"integrity": "sha512-ALQobos6DIvXEydPotUixP7AZaDlUm2qUFkvR8F0EsdeSAW1UeYEg7Gp5r6RtxUqxp6DKpPCxOQ9bcqcl5556g==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coreui/coreui": "^3.4.0",
|
"@coreui/coreui": "^3.4.0",
|
||||||
"@coreui/icons": "^2.0.1",
|
"@coreui/icons": "^2.0.1",
|
||||||
@@ -27716,9 +27716,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ucentral-libs": {
|
"ucentral-libs": {
|
||||||
"version": "1.0.34",
|
"version": "1.0.37",
|
||||||
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.34.tgz",
|
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.37.tgz",
|
||||||
"integrity": "sha512-2xMb0dOslnf/3rHW68HEPZvCe1t0tZZz1zsUtvhBVWK50PyvS7K5etRab//d8VbM7lhMUpEnoz+rCG+n5c1fRw==",
|
"integrity": "sha512-ALQobos6DIvXEydPotUixP7AZaDlUm2qUFkvR8F0EsdeSAW1UeYEg7Gp5r6RtxUqxp6DKpPCxOQ9bcqcl5556g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@coreui/coreui": "^3.4.0",
|
"@coreui/coreui": "^3.4.0",
|
||||||
"@coreui/icons": "^2.0.1",
|
"@coreui/icons": "^2.0.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ucentral-client",
|
"name": "ucentral-client",
|
||||||
"version": "2.4.2",
|
"version": "2.4.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coreui/coreui": "^3.4.0",
|
"@coreui/coreui": "^3.4.0",
|
||||||
"@coreui/icons": "^2.0.1",
|
"@coreui/icons": "^2.0.1",
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
"react-tooltip": "^4.2.21",
|
"react-tooltip": "^4.2.21",
|
||||||
"react-widgets": "^5.1.1",
|
"react-widgets": "^5.1.1",
|
||||||
"sass": "^1.35.1",
|
"sass": "^1.35.1",
|
||||||
"ucentral-libs": "^1.0.34",
|
"ucentral-libs": "^1.0.37",
|
||||||
"uuid": "^8.3.2"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ const DeviceFirmwareModal = ({
|
|||||||
|
|
||||||
const allFirmwares = [];
|
const allFirmwares = [];
|
||||||
let continueFirmware = true;
|
let continueFirmware = true;
|
||||||
let i = 1;
|
let i = 0;
|
||||||
while (continueFirmware) {
|
while (continueFirmware) {
|
||||||
const newFirmwares = await getPartialFirmware(i);
|
const newFirmwares = await getPartialFirmware(i);
|
||||||
if (newFirmwares === null || newFirmwares.length === 0) continueFirmware = false;
|
if (newFirmwares === null || newFirmwares.length === 0) continueFirmware = false;
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ const FirmwareListPage = () => {
|
|||||||
|
|
||||||
const allFirmwares = [];
|
const allFirmwares = [];
|
||||||
let continueFirmware = true;
|
let continueFirmware = true;
|
||||||
let i = 1;
|
let i = 0;
|
||||||
while (continueFirmware) {
|
while (continueFirmware) {
|
||||||
const newFirmwares = await getPartialFirmware(deviceType ?? selectedDeviceType, i);
|
const newFirmwares = await getPartialFirmware(deviceType ?? selectedDeviceType, i);
|
||||||
if (newFirmwares === null || newFirmwares.length === 0) continueFirmware = false;
|
if (newFirmwares === null || newFirmwares.length === 0) continueFirmware = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user