mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-14 00:33:37 +00:00
19 lines
526 B
Plaintext
19 lines
526 B
Plaintext
@inherits SettingsDialogBase
|
|
|
|
<MudDialog>
|
|
<TitleContent>
|
|
<PreviewBeta/>
|
|
<MudText Typo="Typo.h6" Class="d-flex align-center">
|
|
<MudIcon Icon="@AppIcons.DATABASE" Class="mr-2"/>
|
|
@T("Configured Data Sources")
|
|
</MudText>
|
|
</TitleContent>
|
|
<DialogContent>
|
|
<DataSourceManagement/>
|
|
</DialogContent>
|
|
<DialogActions>
|
|
<MudButton OnClick="@this.Close" Variant="Variant.Filled">
|
|
@T("Close")
|
|
</MudButton>
|
|
</DialogActions>
|
|
</MudDialog> |