This is an automated email from the ASF dual-hosted git repository. nic pushed a commit to branch 3.0.x in repository https://gitbox.apache.org/repos/asf/kylin.git
commit a2e3bccec0cfe331e2bab36ba814b7d4756b9e3e Author: xiacongling <xiacongl...@xiaomi.com> AuthorDate: Tue Dec 17 21:44:07 2019 +0800 KYLIN-4304 Project list cannot be correctly sorted by 'Create Time' --- webapp/app/js/model/projectConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/app/js/model/projectConfig.js b/webapp/app/js/model/projectConfig.js index 270eb7a..6bd90a9 100644 --- a/webapp/app/js/model/projectConfig.js +++ b/webapp/app/js/model/projectConfig.js @@ -21,7 +21,7 @@ KylinApp.constant('projectConfig', { {attr: 'name', name: 'Name'}, {attr: 'owner', name: 'Owner'}, {attr: 'description', name: 'Description'}, - {attr: 'create_time', name: 'Create Time'} + {attr: 'create_time_utc', name: 'Create Time'} ] });