iotgateway/IoTGateway/Areas/Config/Views/SystemConfig/Index.cshtml

10 lines
389 B
Plaintext
Raw Normal View History

2021-12-12 06:55:48 +00:00
@model IoTGateway.ViewModel.Config.SystemConfigVMs.SystemConfigListVM
@inject IStringLocalizer<Program> Localizer;
<wt:searchpanel vm="@Model" reset-btn="true">
2021-12-20 15:38:59 +00:00
<wt:row items-per-row="ItemsPerRowEnum.Three">
</wt:row>
2021-12-12 06:55:48 +00:00
</wt:searchpanel>
2022-01-24 15:10:56 +00:00
<wt:quote>注意目前只实现了iotsharp和tb的遥测数据上传</wt:quote>
2021-12-20 15:38:59 +00:00
<wt:grid vm="@Model" url="/Config/SystemConfig/Search" />