This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/atlas-2.5 by this push:
new d0c07b494 ATLAS-4953: UI: set classic UI as default for atlas-2.5
d0c07b494 is described below
commit d0c07b494ed01fa3ce3902b5e3b7295a20992321
Author: Pinal Shah <[email protected]>
AuthorDate: Tue Jan 7 10:36:10 2025 +0700
ATLAS-4953: UI: set classic UI as default for atlas-2.5
Signed-off-by: Pinal Shah <[email protected]>
---
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 b5734d7a8..c20018f69 100755
--- a/distro/src/conf/atlas-application.properties
+++ b/distro/src/conf/atlas-application.properties
@@ -277,7 +277,7 @@ atlas.search.gremlin.enable=false
######### UI Configuration ########
-#atlas.ui.default.version=v2
+atlas.ui.default.version=v1
######### Skip check for the same attribute name in Parent type and Child type
#########