mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-09-02 15:46:51 +00:00
Add basic mod panel
This commit is contained in:
parent
1037a6eddb
commit
693f0a3855
9 changed files with 84 additions and 22 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue