File tree Expand file tree Collapse file tree
RFPResponsePOC/RFPResponsePOC.Client/Pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 {
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 ;" >
You can’t perform that action at this time.
0 commit comments