From e41863c7ba3fe0a21d22537eb64094d11e8e2232 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 1 Jun 2024 18:09:47 +0200 Subject: [PATCH] Fixes #57 --- .../Components/Pages/Settings.razor | 96 ++++++++++--------- 1 file changed, 50 insertions(+), 46 deletions(-) diff --git a/app/MindWork AI Studio/Components/Pages/Settings.razor b/app/MindWork AI Studio/Components/Pages/Settings.razor index 47466fa..5335beb 100644 --- a/app/MindWork AI Studio/Components/Pages/Settings.razor +++ b/app/MindWork AI Studio/Components/Pages/Settings.razor @@ -2,52 +2,56 @@ Settings - - Configured Providers - - - - - - - - - - # - Instance Name - Provider - Model - Actions - - - @context.Num - @context.InstanceName - @context.UsedProvider - @context.Model - - - Edit - - - Delete - - - - +
+
+ + Configured Providers + + + + + + + + + + # + Instance Name + Provider + Model + Actions + + + @context.Num + @context.InstanceName + @context.UsedProvider + @context.Model + + + Edit + + + Delete + + + + - @if(this.SettingsManager.ConfigurationData.Providers.Count == 0) - { - No providers configured yet. - } + @if(this.SettingsManager.ConfigurationData.Providers.Count == 0) + { + No providers configured yet. + } - - Add Provider - + + Add Provider + - Options - - - \ No newline at end of file + Options + + + +
+
\ No newline at end of file