1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

add kick client functionality to webfront home for issue #142

This commit is contained in:
RaidMax
2020-07-14 14:13:40 -05:00
parent 49511cff13
commit 41474768fc
6 changed files with 84 additions and 24 deletions

View File

@ -1,4 +1,4 @@
@model List<SharedLibraryCore.Dtos.CommandResponseInfo>
@model IEnumerable<SharedLibraryCore.Dtos.CommandResponseInfo>
@{
Layout = null;
}