2025-03-16 13:03:43 +00:00
|
|
|
@inherits SettingsDialogBase
|
2025-01-13 18:51:26 +00:00
|
|
|
|
2025-03-16 13:03:43 +00:00
|
|
|
<MudDialog>
|
|
|
|
|
<TitleContent>
|
2026-09-09 16:43:37 +00:00
|
|
|
<PreviewBeta/>
|
2025-03-16 13:03:43 +00:00
|
|
|
<MudText Typo="Typo.h6" Class="d-flex align-center">
|
2026-09-09 16:43:37 +00:00
|
|
|
<MudIcon Icon="@AppIcons.DATABASE" Class="mr-2"/>
|
2025-04-24 11:50:14 +00:00
|
|
|
@T("Configured Data Sources")
|
2025-01-13 18:51:26 +00:00
|
|
|
</MudText>
|
2025-03-16 13:03:43 +00:00
|
|
|
</TitleContent>
|
|
|
|
|
<DialogContent>
|
2026-09-09 16:43:37 +00:00
|
|
|
<DataSourceManagement/>
|
2025-03-16 13:03:43 +00:00
|
|
|
</DialogContent>
|
|
|
|
|
<DialogActions>
|
2025-04-24 11:50:14 +00:00
|
|
|
<MudButton OnClick="@this.Close" Variant="Variant.Filled">
|
|
|
|
|
@T("Close")
|
|
|
|
|
</MudButton>
|
2025-03-16 13:03:43 +00:00
|
|
|
</DialogActions>
|
|
|
|
|
</MudDialog>
|