Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
844bc0c5
Commit
844bc0c5
authored
May 26, 2020
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_web_frontend_selector: Update to current frontend structure
parent
f92ba8b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
master/bt5/slapos_web_frontend_selector/PathTemplateItem/web_page_module/slapos-frontend-selector-cdn-gadget-js.js
...web_page_module/slapos-frontend-selector-cdn-gadget-js.js
+13
-7
No files found.
master/bt5/slapos_web_frontend_selector/PathTemplateItem/web_page_module/slapos-frontend-selector-cdn-gadget-js.js
View file @
844bc0c5
...
...
@@ -5,18 +5,18 @@
var
promise_list
=
[],
relative_url_path
=
"
/app
"
,
test_url_list
=
[
{
name
:
'
US-West-A
'
,
testurl
:
"
http://demoapp7.erp5.cn/WebSite_getTestFrontendResponse
"
,
redirect
:
"
http://demoapp7.erp5.cn
"
+
relative_url_path
},
{
name
:
'
France-O
'
,
testurl
:
"
http://demoapp3.erp5.cn/WebSite_getTestFrontendResponse
"
,
redirect
:
"
http://demoapp3.erp5.cn
"
+
relative_url_path
},
{
name
:
'
France-I
'
,
testurl
:
"
http://demoapp6.erp5.cn/WebSite_getTestFrontendResponse
"
,
redirect
:
"
http://demoapp6.erp5.cn
"
+
relative_url_path
},
{
name
:
'
Canada-O
'
,
testurl
:
"
http://demoapp8.erp5.cn/WebSite_getTestFrontendResponse
"
,
redirect
:
"
http://demoapp8.erp5.cn
"
+
relative_url_path
},
{
name
:
'
US-West-A
'
,
testurl
:
"
http://demoapp7.erp5.cn/WebSite_getTestFrontendResponse
"
,
redirect
:
"
http://demoapp7.erp5.cn
"
+
relative_url_path
},
{
name
:
'
Canada
'
,
testurl
:
"
http://demoapp12.erp5.cn/WebSite_getTestFrontendResponse
"
,
redirect
:
"
http://demoapp12.erp5.cn
"
+
relative_url_path
},
{
name
:
'
China-CT
'
,
testurl
:
"
http://demoapp26.erp5.cn/WebSite_getTestFrontendResponse
"
,
redirect
:
"
http://demoapp26.erp5.cn
"
+
relative_url_path
},
...
...
@@ -25,7 +25,13 @@
redirect
:
"
http://demoapp27.erp5.cn
"
+
relative_url_path
},
{
name
:
'
China-CM
'
,
testurl
:
"
http://demoapp28.erp5.cn/WebSite_getTestFrontendResponse
"
,
redirect
:
"
http://demoapp28.erp5.cn
"
+
relative_url_path
}
redirect
:
"
http://demoapp28.erp5.cn
"
+
relative_url_path
},
{
name
:
'
Japan-AWS-001
'
,
testurl
:
"
http://demoapp29.erp5.cn/WebSite_getTestFrontendResponse
"
,
redirect
:
"
http://demoapp29.erp5.cn
"
+
relative_url_path
},
{
name
:
'
Japan-AWS-002
'
,
testurl
:
"
http://demoapp30.erp5.cn/WebSite_getTestFrontendResponse
"
,
redirect
:
"
http://demoapp30.erp5.cn
"
+
relative_url_path
}
];
function
ajax
(
param
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment