-
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
9 files
+7 −1 | src/App.tsx | |
+1 −0 | src/components/LogsButton.tsx | |
+16 −5 | src/components/StateChips.tsx | |
+14 −0 | src/i18n/englishMessages.tsx | |
+14 −0 | src/i18n/italianMessages.tsx | |
+1 −0 | src/layout/MyMenu.tsx | |
+78 −19 | src/pages/dashboard/Dashboard.tsx | |
+3 −0 | src/resources/runs/icon.tsx | |
+196 −68 | src/resources/runs/list.tsx |