-
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
14 files
+1 −1 | package.json | |
+55 −0 | src/components/KindSelector.tsx | |
+44 −7 | src/components/LogsButton.tsx | |
+13 −3 | src/i18n/englishMessages.tsx | |
+13 −3 | src/i18n/italianMessages.tsx | |
+4 −4 | src/jsonSchema/SourceCodeTemplate.tsx | |
+4 −6 | src/resources/artifacts/create.tsx | |
+28 −31 | src/resources/dataitems/create.tsx | |
+7 −15 | src/resources/functions/create.tsx | |
+28 −2 | src/resources/functions/show.tsx | |
+5 −7 | src/resources/models/create.tsx | |
+1 −1 | src/resources/secrets/show.tsx | |
+8 −11 | src/resources/workflows/create.tsx | |
+4 −4 | yarn.lock |