caas: show the backups view, just not the configure button

This commit is contained in:
Girish Ramakrishnan
2018-06-16 11:14:45 -07:00
parent 63f2bbb253
commit 726a1c37cc
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -3,7 +3,6 @@
angular.module('Application').controller('BackupsController', ['$scope', '$location', '$rootScope', '$timeout', 'Client', 'AppStore', function ($scope, $location, $rootScope, $timeout, Client, AppStore) {
Client.onReady(function () {
if (!Client.hasScope('settings')) $location.path('/');
if (Client.getConfig().provider === 'caas') $location.path('/');
});
$scope.config = Client.getConfig();