Skip to content

Commit bd8ca09

Browse files
committed
Merge branch 'dev' into pm-2540
2 parents 7d03832 + 0f02920 commit bd8ca09

File tree

135 files changed

+3584
-513
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+3584
-513
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ workflows:
232232
- feat/system-admin
233233
- feat/v6
234234
- pm-2074_1
235+
- feat/ai-workflows
235236

236237
- deployQa:
237238
context: org-global

public/llm-icons/chatgpt-icon.svg

Lines changed: 1 addition & 0 deletions
Loading

public/llm-icons/deepseek-icon.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 66 additions & 0 deletions
Loading

public/llm-icons/qwen-icon.svg

Lines changed: 15 additions & 0 deletions
Loading

src/apps/admin/src/permission-management/PermissionGroupsPage/PermissionGroupsPage.module.scss

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,29 @@
1919
text-align: center;
2020
}
2121

22-
.btnNewGroup {
23-
margin: $sp-8 $sp-8 $sp-4 $sp-8;
22+
.actions {
23+
display: flex;
24+
align-items: flex-end;
25+
gap: $sp-4;
26+
margin: $sp-8 $sp-8 $sp-4;
2427

2528
@include ltelg {
29+
flex-direction: column;
30+
align-items: stretch;
2631
margin: $sp-4;
32+
gap: $sp-3;
33+
}
34+
}
35+
36+
.searchField {
37+
flex: 1;
38+
}
39+
40+
.btnNewGroup {
41+
margin: 0;
42+
min-width: max-content;
43+
44+
@include ltelg {
45+
width: 100%;
2746
}
2847
}

0 commit comments

Comments
 (0)