This is an automated email from the ASF dual-hosted git repository. kbhatt pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 495549f42a8a1399ee74bd2574e455e42c61d43b Author: kevalbhatt <[email protected]> AuthorDate: Wed May 27 21:10:25 2020 +0530 ATLAS-3814:- UI: set classic UI as default for branch-2.0 --- distro/src/conf/atlas-application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/src/conf/atlas-application.properties b/distro/src/conf/atlas-application.properties index e06e74a..dade26e 100755 --- a/distro/src/conf/atlas-application.properties +++ b/distro/src/conf/atlas-application.properties @@ -275,4 +275,4 @@ atlas.search.gremlin.enable=false ######### UI Configuration ######## -#atlas.ui.default.version=v2 \ No newline at end of file +atlas.ui.default.version=v1 \ No newline at end of file
