From d462892467d020f8d6011c273f215fd42bc162dd Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 23 Apr 2022 10:33:48 -0500 Subject: [PATCH] add configuration link for console perms --- WebfrontCore/Views/Shared/_LeftNavBar.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebfrontCore/Views/Shared/_LeftNavBar.cshtml b/WebfrontCore/Views/Shared/_LeftNavBar.cshtml index 2740553ab..ba5d158ab 100644 --- a/WebfrontCore/Views/Shared/_LeftNavBar.cshtml +++ b/WebfrontCore/Views/Shared/_LeftNavBar.cshtml @@ -115,7 +115,7 @@ @ViewBag.Localization["WEBFRONT_NAV_CONSOLE"] - @if (ViewBag.User.Level == EFClient.Permission.Owner) + @if (ViewBag.User.Level >= EFClient.Permission.Owner) {