Skip to content
Snippets Groups Projects
Commit 9a3936be authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

feat(extensions): Добавлена по умолчанию для отображения Icon первой колонкой...

feat(extensions): Добавлена по умолчанию для отображения Icon первой колонкой для коллекции "Настройки/Действия"

Close #PRXS-1950
parents 6e500523 0b134900
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ func NewActionsCollection(spaceID, envID string) *collections.Collection { ...@@ -72,7 +72,7 @@ func NewActionsCollection(spaceID, envID string) *collections.Collection {
// UI // UI
sch.Field.UI.ListView = &field.View{Options: map[string]interface{}{ sch.Field.UI.ListView = &field.View{Options: map[string]interface{}{
"fields": []interface{}{"name", "action", "kind", "updated_at", "updated_by", "state"}, "fields": []interface{}{"icon", "name", "action", "kind", "updated_at", "updated_by", "state"},
"sort": []interface{}{"name"}, "sort": []interface{}{"name"},
"page_size": float64(50), "page_size": float64(50),
}} }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment