From f4078a1e7459ecf5edd79de0b0c5ec788a2b52a8 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 20 Jul 2022 10:34:33 -0500 Subject: [PATCH] update webfront permission types --- WebfrontCore/Views/Server/_ClientActivity.cshtml | 2 +- WebfrontCore/Views/Server/_Server.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebfrontCore/Views/Server/_ClientActivity.cshtml b/WebfrontCore/Views/Server/_ClientActivity.cshtml index 5693f12a..48b99159 100644 --- a/WebfrontCore/Views/Server/_ClientActivity.cshtml +++ b/WebfrontCore/Views/Server/_ClientActivity.cshtml @@ -59,7 +59,7 @@ { var levelColorClass = !ViewBag.Authorized || client.client.LevelInt == 0 ? "text-light-dm text-dark-lm" : $"level-color-{client.client.LevelInt}";
- + diff --git a/WebfrontCore/Views/Server/_Server.cshtml b/WebfrontCore/Views/Server/_Server.cshtml index b6e5cc26..962982f6 100644 --- a/WebfrontCore/Views/Server/_Server.cshtml +++ b/WebfrontCore/Views/Server/_Server.cshtml @@ -31,7 +31,7 @@ - +