Skip to content

Commit

Permalink
build(webui): update submodule to 2336e55
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryostat CI committed Oct 1, 2024
1 parent e7d070f commit 0bdfab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webui
Submodule webui updated 40 files
+2 −4 src/app/CreateRecording/CustomRecordingForm.tsx
+2 −2 src/app/CreateRecording/SnapshotRecordingForm.tsx
+17 −9 src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisCard.tsx
+1 −9 src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigForm.tsx
+11 −4 src/app/Dashboard/Charts/jfr/JFRMetricsChartController.tsx
+1 −3 src/app/Events/EventTemplates.tsx
+1 −3 src/app/Events/EventTypes.tsx
+3 −5 src/app/RecordingMetadata/BulkEditLabels.tsx
+9 −11 src/app/Recordings/ActiveRecordingsTable.tsx
+1 −1 src/app/Recordings/ArchivedRecordingsTable.tsx
+3 −7 src/app/Rules/CreateRule.tsx
+15 −15 src/app/SecurityPanel/Credentials/StoredCredentials.tsx
+1 −1 src/app/SecurityPanel/ImportCertificate.tsx
+148 −175 src/app/Shared/Services/Api.service.tsx
+5 −5 src/app/Shared/Services/Login.service.tsx
+1 −1 src/app/Shared/Services/Services.tsx
+1 −3 src/app/Shared/Services/Targets.service.tsx
+4 −72 src/app/Shared/Services/api.types.ts
+5 −5 src/app/Shared/Services/api.utils.ts
+6 −7 src/app/Topology/Actions/CreateTarget.tsx
+4 −4 src/app/Topology/Actions/utils.tsx
+1 −1 src/app/Topology/Entity/EntityDetails.tsx
+2 −2 src/app/Topology/Entity/types.ts
+8 −16 src/app/Topology/Entity/utils.tsx
+8 −7 src/app/utils/fakeData.ts
+99 −73 src/mirage/index.ts
+2 −10 src/test/CreateRecording/CustomRecordingForm.test.tsx
+19 −1 src/test/CreateRecording/SnapshotRecordingForm.test.tsx
+1 −1 src/test/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigForm.test.tsx
+1 −1 src/test/Events/EventTemplates.test.tsx
+1 −1 src/test/Events/EventTypes.test.tsx
+2 −1 src/test/RecordingMetadata/BulkEditLabels.test.tsx
+7 −6 src/test/Recordings/ActiveRecordingsTable.test.tsx
+1 −0 src/test/Recordings/Filters/DurationFilter.test.tsx
+1 −0 src/test/Recordings/Filters/LabelFilter.test.tsx
+1 −0 src/test/Recordings/Filters/NameFilter.test.tsx
+1 −0 src/test/Recordings/Filters/RecordingStateFilter.test.tsx
+1 −0 src/test/Recordings/RecordingFilters.test.tsx
+2 −2 src/test/Rules/CreateRule.test.tsx
+60 −307 src/test/Shared/Services/Login.service.test.tsx

0 comments on commit 0bdfab1

Please sign in to comment.