1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

F #5422: Fix upload files FireEdge (#1579)

(cherry picked from commit b52c3251f5367c0e9aaf6b71add01c74fe28e13b)
This commit is contained in:
Jorge Miguel Lobo Escalona 2021-11-17 12:52:11 +01:00 committed by Tino Vazquez
parent 6320bce71c
commit e39721b48f
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -22,6 +22,7 @@ const internalProvisionPath = `${appName}/${appNameProvision}`
const baseUrl = `${appName ? `/${appName}/` : '/'}`
const baseUrlWebsockets = 'websockets/'
const severityPrepend = 'severity_'
const assetsClient = '/lib/one/fireedge/dist/client'
const apps = {
[appNameSunstone]: {
theme: appNameSunstone,