File tree Expand file tree Collapse file tree
src/IoTHub.Portal.Client/Pages/EdgeModels Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 <MudTextField id =@nameof(EdgeModelSystemModule.Name) @bind-Value =" @sysModule.Name" Margin =" Margin.Dense" Label =" Module name" For =" @(() => sysModule.Name)" Variant =" Variant.Outlined" Disabled />
9090 </MudTd >
9191 <MudTd DataLabel =" System module Image URI" Style =" word-break: break-all;" >
92- <MudTextField id =@($ " {nameof(EdgeModelSystemModule.Name)}-image" ) @bind-Value =" @sysModule.Image " Margin =" Margin.Dense" Label =" Image" For =" @(() => sysModule.Image )" Variant =" Variant.Outlined" />
92+ <MudTextField id =@($ " {nameof(EdgeModelSystemModule.Name)}-image" ) @bind-Value =" @sysModule.ImageUri " Margin =" Margin.Dense" Label =" Image" For =" @(() => sysModule.ImageUri )" Variant =" Variant.Outlined" />
9393 </MudTd >
9494 <MudTd DataLabel =" See detail" Style =" text-align: center;" >
9595 <MudButton Variant =" Variant.Filled" id =" @(" editSystModuleButton_ " + sysModule.Name)" OnClick =" @(async () => await ShowSystemModuleDetail(sysModule))" >Detail </MudButton >
You can’t perform that action at this time.
0 commit comments