diff --git a/websiteFunctions/static/websiteFunctions/websiteFunctions.js b/websiteFunctions/static/websiteFunctions/websiteFunctions.js index b2a367efb..95ef0be0e 100644 --- a/websiteFunctions/static/websiteFunctions/websiteFunctions.js +++ b/websiteFunctions/static/websiteFunctions/websiteFunctions.js @@ -4869,7 +4869,7 @@ app.controller('WPsiteHome', function ($scope, $http, $timeout, $compile, $windo var tableSelector = '#stagingListBody'; } - var stagingUrl = 'http://' + value.Domain + value.path; + var stagingUrl = 'http://' + value.Domain; var createdDate = new Date().toLocaleDateString(); var FinalMarkup = ''; @@ -8589,7 +8589,7 @@ app.controller('WPsiteHome', function ($scope, $http, $timeout, $compile, $windo }; function AddStagings(value, index, array) { - var stagingUrl = 'http://' + value.Domain + value.path; + var stagingUrl = 'http://' + value.Domain; var createdDate = new Date().toLocaleDateString(); var FinalMarkup = ''; diff --git a/websiteFunctions/templates/websiteFunctions/WPsiteHome.html b/websiteFunctions/templates/websiteFunctions/WPsiteHome.html index c8e347d3d..d2ce4f3dd 100644 --- a/websiteFunctions/templates/websiteFunctions/WPsiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/WPsiteHome.html @@ -2289,8 +2289,9 @@
- -
+
+ +

{$ currentStatus $}

@@ -2318,25 +2319,28 @@

{% trans "Could not connect to server. Please refresh this page." %}

+
+ +
+
- -
-
- + + +
+
+

Existing Staging Sites

+

Manage your staging environments

-
- -
-
Existing Staging Sites
+
- +
@@ -2351,6 +2355,7 @@ +
Name