This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch 2.5.0-hadoop3.1 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 0e83c29c211c809aee646ee36d4cc09e4b272f0c Author: shaofengshi <shaofeng...@apache.org> AuthorDate: Tue Sep 11 22:26:00 2018 +0800 minor, update front end error message --- webapp/app/js/controllers/cube.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/app/js/controllers/cube.js b/webapp/app/js/controllers/cube.js index aff3226..60d141b 100755 --- a/webapp/app/js/controllers/cube.js +++ b/webapp/app/js/controllers/cube.js @@ -169,7 +169,7 @@ KylinApp.controller('CubeCtrl', function ($scope, $rootScope, AccessService, Mes } }, function(e) { loadingRequest.hide(); - SweetAlert.swal('Oops...', 'Failed to get recommend cuboid.', 'error'); + SweetAlert.swal('Oops...', 'Failed to get recommend Cuboid; Check whether you have enabled System Cube.', 'error'); console.error('recommend cuboid error', e.data); }); } else {