Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/webui
Submodule webui updated 56 files
+2 βˆ’1 locales/en/public.json
+8 βˆ’8 package.json
+18 βˆ’20 src/app/AppLayout/AuthModal.tsx
+14 βˆ’17 src/app/AppLayout/SslErrorModal.tsx
+21 βˆ’17 src/app/Archives/AllArchivedRecordingsTable.tsx
+91 βˆ’90 src/app/Archives/ArchiveUploadModal.tsx
+279 βˆ’46 src/app/AsyncProfiler/CreateAsyncProfilerSession.tsx
+1 βˆ’3 src/app/Dashboard/AddCard.tsx
+10 βˆ’7 src/app/Dashboard/DashboardLayoutCreateModal.tsx
+77 βˆ’77 src/app/Dashboard/DashboardLayoutSetAsTemplateModal.tsx
+62 βˆ’55 src/app/Dashboard/LayoutTemplateUploadModal.tsx
+21 βˆ’17 src/app/Diagnostics/AllArchivedHeapDumpsTable.tsx
+21 βˆ’17 src/app/Diagnostics/AllArchivedThreadDumpsTable.tsx
+1 βˆ’1 src/app/Diagnostics/Analysis/HeapDumps/HeapDumpSelector.tsx
+1 βˆ’1 src/app/Diagnostics/Analysis/ThreadDumpSelector.tsx
+47 βˆ’40 src/app/Events/EventTemplates.tsx
+45 βˆ’45 src/app/Instrumentation/AgentProbeTemplates.tsx
+8 βˆ’15 src/app/Modal/CancelUploadModal.tsx
+19 βˆ’17 src/app/Modal/DeleteWarningModal.tsx
+6 βˆ’5 src/app/Recordings/Recordings.tsx
+29 βˆ’27 src/app/Rules/RuleDeleteWarningModal.tsx
+6 βˆ’4 src/app/Rules/Rules.tsx
+52 βˆ’55 src/app/Rules/RulesUploadModal.tsx
+38 βˆ’34 src/app/Security/Credentials/CreateCredentialModal.tsx
+267 βˆ’46 src/app/Settings/Config/TopologyConfig.tsx
+7 βˆ’9 src/app/Shared/Components/FileUploads.tsx
+22 βˆ’15 src/app/Shared/Components/MatchExpression/MatchExpressionDisplay.tsx
+1 βˆ’0 src/app/Shared/Components/ScrollableMenuContent.tsx
+93 βˆ’78 src/app/Shared/Services/Api.service.tsx
+2 βˆ’0 src/app/Shared/Services/api.types.ts
+0 βˆ’1 src/app/TargetView/TargetContextSelector.tsx
+10 βˆ’15 src/app/TargetView/TargetDetailsModal.tsx
+5 βˆ’5 src/app/Topology/Actions/QuickSearchPanel.tsx
+1 βˆ’7 src/app/Topology/Toolbar/TopologyFilters.tsx
+4 βˆ’10 src/app/Topology/Topology.tsx
+141 βˆ’140 src/app/Triggers/SmartTriggers.tsx
+0 βˆ’1 src/test/Dashboard/AutomatedAnalysis/__snapshots__/AutomatedAnalysisCard.test.tsx.snap
+1 βˆ’1 src/test/Dashboard/__snapshots__/Dashboard.test.tsx.snap
+4 βˆ’9 src/test/Diagnostics/HeapDumpsTable.test.tsx
+6 βˆ’13 src/test/Diagnostics/ThreadDumpsTable.test.tsx
+59 βˆ’69 src/test/Events/EventTemplates.test.tsx
+0 βˆ’2 src/test/Events/__snapshots__/EventTypes.test.tsx.snap
+15 βˆ’17 src/test/Instrumentation/AgentLiveProbes.test.tsx
+80 βˆ’94 src/test/Instrumentation/AgentProbeTemplates.test.tsx
+0 βˆ’1 src/test/RecordingMetadata/__snapshots__/LabelCell.test.tsx.snap
+12 βˆ’22 src/test/Recordings/ActiveRecordingsTable.test.tsx
+206 βˆ’226 src/test/Recordings/ArchivedRecordingsTable.test.tsx
+10 βˆ’24 src/test/Recordings/Filters/DatetimeFilter.test.tsx
+15 βˆ’23 src/test/Recordings/RecordingFilters.test.tsx
+0 βˆ’2 src/test/Reports/__snapshots__/Reports.test.tsx.snap
+64 βˆ’80 src/test/Rules/Rules.test.tsx
+1 βˆ’3 src/test/Settings/__snapshots__/Settings.test.tsx.snap
+19 βˆ’14 src/test/Settings/__snapshots__/TopologyConfig.test.tsx.snap
+204 βˆ’214 src/test/Triggers/TriggersTable.test.tsx
+4 βˆ’0 test-setup.js
+59 βˆ’108 yarn.lock
Loading