Skip to content

Commit

Permalink
chore: update console
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-s committed May 14, 2024
1 parent 0ce18b9 commit 0671a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/console
Submodule console updated 57 files
+111 −108 index.html
+1 −1 package.json
+88 −82 src/App.tsx
+1 −1 src/common/helper.ts
+32 −35 src/common/schemas.ts
+13 −4 src/components/AceEditorField.tsx
+17 −10 src/components/AceEditorInput.tsx
+140 −0 src/components/GridList.tsx
+29 −6 src/components/JsonSchema.tsx
+10 −3 src/components/JsonSchemaField.tsx
+7 −8 src/components/JsonSchemaInput.tsx
+47 −30 src/components/MetadataTemplate.tsx
+128 −58 src/components/SourceCodeTemplate.tsx
+3 −1 src/components/StateChips.tsx
+39 −37 src/components/TagsChipInput.tsx
+2 −15 src/components/UnitInput.tsx
+217 −127 src/components/WorkflowView.tsx
+84 −78 src/components/resourceInput/ArrayFieldItemTemplate.tsx
+89 −70 src/components/resourceInput/ArrayFieldTemplate.tsx
+10 −4 src/components/resourceInput/CoreResourceFieldTemplate.tsx
+8 −2 src/components/resourceInput/CoreResourceMemWidget.tsx
+48 −42 src/components/resourceInput/K8FieldTemplate.tsx
+24 −19 src/components/resourceInput/KeyValueFieldTemplate.tsx
+34 −19 src/components/resourceInput/VolumeResourceFieldTemplate.tsx
+34 −26 src/i18n/englishMessages.tsx
+0 −44 src/i18n/importLibraryItalianMessages.tsx
+75 −28 src/i18n/italianMessages.tsx
+1 −7 src/layout/LayoutProjects.tsx
+4 −2 src/layout/MyAppBar.tsx
+3 −9 src/pages/dashboard/RunsGrid.tsx
+1 −1 src/pages/dashboard/helper.ts
+11 −7 src/provider/schemaProvider.tsx
+1 −1 src/provider/themeProvider.ts
+1 −4 src/resources/artifacts/create.tsx
+0 −2 src/resources/dataitems/types.ts
+18 −13 src/resources/functions/TaskAndRuns.tsx
+8 −15 src/resources/functions/create.tsx
+9 −13 src/resources/functions/edit.tsx
+6 −3 src/resources/functions/show.tsx
+10 −7 src/resources/functions/types.ts
+20 −19 src/resources/projects/create.tsx
+142 −152 src/resources/projects/list.tsx
+8 −8 src/resources/runs/types.ts
+7 −3 src/resources/secrets/edit.tsx
+3 −1 src/resources/secrets/show.tsx
+11 −8 src/resources/tasks/edit.tsx
+25 −25 src/resources/tasks/types.ts
+13 −11 src/resources/workflows/TaskAndRuns.tsx
+17 −16 src/resources/workflows/show.tsx
+5 −5 src/resources/workflows/types.ts
+2 −12 src/search/DateIntervalInput.tsx
+5 −6 src/search/SearchList.tsx
+6 −2 src/search/searchbar/SearchContext.tsx
+1 −4 src/search/searchbar/SearchContextProvider.tsx
+2 −5 src/search/searchbar/utils.ts
+0 −18 src/users.json
+4 −4 yarn.lock

0 comments on commit 0671a8b

Please sign in to comment.