mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update 'uptime' output
use translations for certain webfront page meta that was neglected update plutonium parsers to not use new line in notices as it is not supported
This commit is contained in:
@ -22,9 +22,9 @@ namespace WebfrontCore.Controllers
|
||||
|
||||
public IActionResult List(PenaltyType showOnly = PenaltyType.Any, bool hideAutomatedPenalties = true)
|
||||
{
|
||||
ViewBag.Description = "List of all the recent penalties (bans, kicks, warnings) on IW4MAdmin";
|
||||
ViewBag.Description = Localization["WEBFRONT_DESCRIPTION_PENALTIES"];
|
||||
ViewBag.Title = Localization["WEBFRONT_PENALTY_TITLE"];
|
||||
ViewBag.Keywords = "IW4MAdmin, penalties, ban, kick, warns";
|
||||
ViewBag.Keywords = Localization["WEBFRONT_KEYWORDS_PENALTIES"];
|
||||
ViewBag.HideAutomatedPenalties = hideAutomatedPenalties;
|
||||
|
||||
return View(showOnly);
|
||||
|
Reference in New Issue
Block a user