File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
roles/ui/files/FWO.UI/Pages/Settings Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1- @page " /settings/defaults"
1+ @page " /settings/defaults"
22@attribute [Authorize(Roles = $"{ Roles .Admin } , { Roles .Auditor } ")]
33
4+ @using FWO .Ui .Data
45@inject ApiConnection apiConnection
56@inject GlobalConfig globalConfig
67@inject UserConfig userConfig
6162 <textarea type =" text" rows =" 10" @bind =" @configData!.WelcomeMessage" class =" col-sm-12" placeholder =" @(userConfig.GetText(" welcomeMessage " ))" />
6263 </div >
6364 </div >
65+ <div class =" form-group row" data-toggle =" tooltip" title =" " >
66+ <label class =" col-form-label col-sm-4" >asdasdasd : </label >
67+ <div class =" col-sm-4" >
68+ <FileUpload TImportResult =" ErrorBaseModel" SupportedFileFormats =" .png|.jpg" AuthorizedRoles =" @Roles.Admin" ></FileUpload >
69+ </div >
70+ </div >
6471 <hr />
6572 <div class =" form-group row" data-toggle =" tooltip" title =" @(userConfig.PureLine(" H5412 " ))" >
6673 <label class =" col-form-label col-sm-4" >@( userConfig .GetText (" elementsPerFetch" )) * : </label >
You can’t perform that action at this time.
0 commit comments