diff --git a/apollo-portal/src/main/resources/static/scripts/controller/app/SyncConfigController.js b/apollo-portal/src/main/resources/static/scripts/controller/app/SyncConfigController.js index 3654ec0de919887cb58e1f3ba3b943e484ef42c0..a4c4490f695de7f458efa304ece71283ff9fe205 100644 --- a/apollo-portal/src/main/resources/static/scripts/controller/app/SyncConfigController.js +++ b/apollo-portal/src/main/resources/static/scripts/controller/app/SyncConfigController.js @@ -105,7 +105,7 @@ sync_item_module.controller("SyncItemController", $scope.syncItemStep += offset; }; - $scope.return = function () { + $scope.backToAppHomePage = function () { $window.location.href = '/views/app.html?#appid=' + $scope.pageContext.appId; }; diff --git a/apollo-portal/src/main/resources/static/views/sync.html b/apollo-portal/src/main/resources/static/views/sync.html index af83078f1f504b960e80d492c879f7f395918e5e..ea083498a087eec9c5be6dcce5fc40f43afb3077 100644 --- a/apollo-portal/src/main/resources/static/views/sync.html +++ b/apollo-portal/src/main/resources/static/views/sync.html @@ -34,7 +34,7 @@