Skip to content

Commit

Permalink
build(webui): update submodule to 534f939
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryostat CI committed Jan 9, 2025
1 parent 3931e94 commit 7d5b8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webui
Submodule webui updated 91 files
+4 −4 LOCALIZATION.md
+3 −3 src/app/About/About.tsx
+3 −3 src/app/About/AboutCryostatModal.tsx
+2 −2 src/app/About/AboutDescription.tsx
+2 −2 src/app/Agent/AgentLiveProbes.tsx
+7 −7 src/app/Agent/AgentProbeTemplates.tsx
+3 −2 src/app/AppLayout/AppLayout.tsx
+2 −2 src/app/AppLayout/ThemeToggle.tsx
+2 −2 src/app/Archives/AllArchivedRecordingsTable.tsx
+2 −2 src/app/Archives/AllTargetsArchivedRecordingsTable.tsx
+5 −5 src/app/Dashboard/AddCard.tsx
+7 −7 src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisCard.tsx
+9 −11 src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisCardList.tsx
+2 −2 src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigDrawer.tsx
+15 −19 src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigForm.tsx
+4 −4 src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisFilters.tsx
+2 −2 src/app/Dashboard/AutomatedAnalysis/ClickableAutomatedAnalysisLabel.tsx
+7 −7 src/app/Dashboard/AutomatedAnalysis/Filters/AutomatedAnalysisScoreFilter.tsx
+3 −2 src/app/Dashboard/Charts/jfr/JFRMetricsChartCard.tsx
+2 −2 src/app/Dashboard/Charts/mbean/MBeanMetricsChartCard.tsx
+2 −2 src/app/Dashboard/Dashboard.tsx
+4 −4 src/app/Dashboard/DashboardCardActionMenu.tsx
+4 −4 src/app/Dashboard/DashboardLayoutCreateModal.tsx
+4 −4 src/app/Dashboard/DashboardLayoutSetAsTemplateModal.tsx
+4 −4 src/app/Dashboard/DashboardLayoutToolbar.tsx
+2 −2 src/app/Dashboard/Diagnostics/DiagnosticsCard.tsx
+2 −2 src/app/Dashboard/ErrorCard.tsx
+7 −7 src/app/Dashboard/LayoutTemplateGroup.tsx
+5 −5 src/app/Dashboard/LayoutTemplatePicker.tsx
+8 −8 src/app/Dashboard/LayoutTemplateUploadModal.tsx
+3 −3 src/app/Dashboard/utils.tsx
+5 −5 src/app/DateTimePicker/DateTimePicker.tsx
+4 −4 src/app/DateTimePicker/MeridiemPicker.tsx
+6 −6 src/app/DateTimePicker/TimePicker.tsx
+3 −5 src/app/DateTimePicker/TimezonePicker.tsx
+2 −2 src/app/DateTimePicker/i18n.ts
+2 −2 src/app/Events/EventTemplates.tsx
+2 −2 src/app/Events/EventTypes.tsx
+2 −2 src/app/NotFound/NotFound.tsx
+2 −2 src/app/QuickStarts/QuickStartDrawer.tsx
+2 −2 src/app/QuickStarts/QuickStartsCatalogPage.tsx
+2 −2 src/app/RecordingMetadata/RecordingLabelFields.tsx
+3 −3 src/app/Recordings/ActiveRecordingsTable.tsx
+5 −5 src/app/Recordings/Filters/DatetimeFilter.tsx
+4 −4 src/app/Recordings/Filters/DurationFilter.tsx
+2 −2 src/app/Recordings/Filters/RecordingStateFilter.tsx
+2 −2 src/app/Recordings/RecordingActions.tsx
+6 −6 src/app/Recordings/RecordingFilters.tsx
+27 −43 src/app/Rules/CreateRule.tsx
+6 −6 src/app/Rules/RuleDeleteWarningModal.tsx
+18 −17 src/app/Rules/Rules.tsx
+5 −5 src/app/Rules/RulesUploadModal.tsx
+7 −6 src/app/SecurityPanel/Credentials/CreateCredentialModal.tsx
+13 −15 src/app/SecurityPanel/Credentials/CredentialTestTable.tsx
+2 −2 src/app/SecurityPanel/Credentials/MatchedTargetsTable.tsx
+5 −5 src/app/SecurityPanel/Credentials/StoredCredentials.tsx
+2 −2 src/app/SecurityPanel/ImportCertificate.tsx
+2 −2 src/app/SecurityPanel/SecurityPanel.tsx
+2 −2 src/app/Settings/Config/AutoRefresh.tsx
+3 −3 src/app/Settings/Config/ChartCards.tsx
+2 −2 src/app/Settings/Config/DatetimeControl.tsx
+3 −3 src/app/Settings/Config/DeletionDialogControl.tsx
+2 −2 src/app/Settings/Config/FeatureLevels.tsx
+3 −4 src/app/Settings/Config/Language.tsx
+3 −3 src/app/Settings/Config/NotificationControl.tsx
+2 −2 src/app/Settings/Config/Theme.tsx
+3 −3 src/app/Settings/Config/WebSocketDebounce.tsx
+4 −3 src/app/Settings/Settings.tsx
+5 −5 src/app/Shared/Components/DurationUnitSelect.tsx
+4 −3 src/app/Shared/Components/ErrorBoundary.tsx
+4 −4 src/app/Shared/Components/MatchExpression/MatchExpressionDisplay.tsx
+3 −3 src/app/Shared/Components/i18n.ts
+3 −3 src/app/Shared/i18n.ts
+2 −2 src/app/TargetView/TargetContextSelector.tsx
+2 −2 src/app/TargetView/TargetSelect.tsx
+4 −4 src/app/Topology/Actions/CreateTarget.tsx
+2 −2 src/app/Topology/Shared/Components/Shortcuts.tsx
+2 −2 src/app/Topology/Toolbar/TopologyToolbar.tsx
+1 −24 src/i18n/config.ts
+35 −0 src/i18n/i18nextUtil.ts
+1 −1 src/test/About/About.test.tsx
+4 −4 src/test/Dashboard/AutomatedAnalysis/AutomatedAnalysisCard.test.tsx
+1 −1 src/test/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigForm.test.tsx
+3 −3 src/test/DateTimePicker/DateTimePicker.test.tsx
+1 −1 src/test/DateTimePicker/MeridiemPicker.test.tsx
+12 −16 src/test/DateTimePicker/TimePicker.test.tsx
+12 −12 src/test/Recordings/RecordingFilters.test.tsx
+4 −4 src/test/Settings/FeatureLevels.test.tsx
+2 −2 src/test/Settings/Language.test.tsx
+2 −1 webpack.dev.js
+2 −1 webpack.prod.js

0 comments on commit 7d5b8f5

Please sign in to comment.