1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-05-07 09:34:03 +02:00

Fix event log webpage title

This commit is contained in:
chylex 2023-02-26 21:53:43 +01:00
parent 734d9e266e
commit 2b4fa2c902
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -4,15 +4,13 @@
@using Phantom.Server.Services.Agents
@using Phantom.Server.Services.Events
@using Phantom.Server.Services.Instances
@using Microsoft.AspNetCore.Identity
@using Phantom.Server.Database.Enums
@implements IDisposable
@inject AgentManager AgentManager
@inject EventLog EventLog
@inject InstanceManager InstanceManager
@inject UserManager<IdentityUser> UserManager
<h1>Audit Log</h1>
<h1>Event Log</h1>
<table class="table">
<thead>