mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 23:11:54 +00:00
Implemented live asset table in /Home/Index
This commit is contained in:
@@ -19,7 +19,7 @@ public class AssetsController : Controller
|
||||
}
|
||||
|
||||
[HttpGet("Index")]
|
||||
public async Task<IEnumerable<Dictionary<string, string>>> Index()
|
||||
public async Task<IEnumerable<AssetModel>> Index()
|
||||
{
|
||||
var list = await _ldap.ListDeviceAsync();
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user