Default view on Projects and Experiments pages is "Table view" [SCI-9794] (#6768)

This commit is contained in:
G-Chubinidze 2023-12-20 17:19:52 +04:00 committed by GitHub
parent 6d65315741
commit bb35e15993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ class Project < ApplicationRecord
experiments: {
active: { sort: 'new' },
archived: { sort: 'new' },
view_type: 'cards'
view_type: 'table'
}
}
end

View file

@ -78,7 +78,7 @@ class Team < ApplicationRecord
projects: {
active: { sort: 'new' },
archived: { sort: 'new' },
view_type: 'cards'
view_type: 'table'
}
}
end