add most recent players dropdown option to webfront
remove unneeded compiled bootstrap file
This commit is contained in:
@ -241,5 +241,11 @@ namespace WebfrontCore.Controllers
|
||||
command = $"!say {message}"
|
||||
}));
|
||||
}
|
||||
|
||||
public async Task<IActionResult> RecentClientsForm()
|
||||
{
|
||||
var clients = await Manager.GetClientService().GetRecentClients();
|
||||
return View("~/Views/Shared/Components/Client/_RecentClients.cshtml", clients);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user