Add basic mod panel

This commit is contained in:
jvyden 2022-06-10 18:38:11 -04:00
commit 693f0a3855
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
9 changed files with 84 additions and 22 deletions

View file

@ -41,6 +41,11 @@ else
}
}
<a class="ui blue button" href="/modPanel">
<i class="user shield icon"></i>
<span>View Mod Panel</span>
</a>
<h2>Commands</h2>
@foreach (ICommand command in MaintenanceHelper.Commands)
{