Skip to content

Commit 1f98c69

Browse files
committed
Create a GUID
1 parent edf10d7 commit 1f98c69

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

RFPResponsePOC/RFPResponsePOC.Client/Pages/Home.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ else
442442
bool KnowledgebaseFileExists = false;
443443

444444
int selectedTabIndex = 0;
445-
int selectedStepIndex = 0;
446445
int selectedWorkflowTabIndex = 0;
447446
int selectedAccordionIndex = -1; // -1 means no item is expanded by default
448447

RFPResponsePOC/RFPResponsePOC.Client/Pages/Settings.razor

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
<RadzenDropDown @bind-Value="@AIModel" Data="@availableModels" Style="width: 450px;" TValue="string" />
3232
</RadzenFormField>
3333

34-
<RadzenFormField Text="Installation GUID:" Variant="@variant">
35-
<RadzenTextBox Value="@GUID" Style="width:450px;" ReadOnly="true" />
36-
</RadzenFormField>
37-
3834
<div style="display: flex; justify-content: center; align-items: center; gap:10px;">
3935
@if (!IsOpenAISettingsEntered)
4036
{
@@ -91,7 +87,9 @@
9187
<RadzenButton Disabled="@(IsDownloading || IsUploading)" Text="Delete Saved Settings" ButtonStyle="ButtonStyle.Danger" Click="@(() => DeleteSettings())" />
9288
</div>
9389
}
94-
90+
<div style="display: flex; justify-content: center; align-items: center; gap:8px;">
91+
<p style="font-size: 0.75rem; color: #6c757d; margin: 0;">Installation GUID: @GUID</p>
92+
</div>
9593
@if (IsUploading)
9694
{
9795
<div style="display: flex; justify-content: center; align-items: center; margin-top: 10px;">

0 commit comments

Comments
 (0)