-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule console
updated
17 files
+40 −0 | src/components/ChipsField.tsx | |
+1 −0 | src/components/StateChips.tsx | |
+1 −1 | src/i18n/it/fields.json | |
+10 −12 | src/resources/artifacts/list.tsx | |
+1 −1 | src/resources/artifacts/show.tsx | |
+12 −14 | src/resources/dataitems/list.tsx | |
+1 −1 | src/resources/dataitems/show.tsx | |
+11 −16 | src/resources/functions/list.tsx | |
+1 −1 | src/resources/functions/show.tsx | |
+12 −14 | src/resources/models/list.tsx | |
+2 −1 | src/resources/models/show.tsx | |
+1 −1 | src/resources/projects/config.tsx | |
+8 −12 | src/resources/runs/list.tsx | |
+1 −1 | src/resources/runs/show.tsx | |
+1 −1 | src/resources/secrets/show.tsx | |
+10 −14 | src/resources/workflows/list.tsx | |
+1 −1 | src/resources/workflows/show.tsx |