-
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 | LICENSE | |
+1 −0 | src/components/DownloadButton.tsx | |
+4 −5 | src/components/TemplatesSelector.tsx | |
+1 −1 | src/components/lineage/CardNode.tsx | |
+10 −2 | src/components/lineage/RecordLineage.tsx | |
+4 −0 | src/i18n/en/specs.json | |
+8 −8 | src/i18n/english.ts | |
+4 −0 | src/i18n/it/specs.json | |
+8 −8 | src/i18n/italian.ts | |
+101 −56 | src/pages/lineage/ProjectLineage.tsx | |
+16 −12 | src/resources/artifacts/show.tsx | |
+17 −12 | src/resources/dataitems/show.tsx | |
+4 −3 | src/resources/functions/create.tsx | |
+8 −3 | src/resources/models/show.tsx |