mirror of
https://github.com/SileNce5k/discord_bot_mgmt.git
synced 2025-05-05 10:50:48 +02:00
Finish basic view of dashboard
Very basic, probably need a lot more editing when actual logs and stuff show up (+ it needs to be dynamic?)
This commit is contained in:
parent
cbf315b76f
commit
3a13f98ab4
2 changed files with 82 additions and 14 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
<body>
|
||||
<header class="dashboard">
|
||||
<h1 class="dashboard-title">Dashboard</h1>
|
||||
<div class="user-dropdown">
|
||||
<input id="check01" type="checkbox" name="menu" />
|
||||
<label class="dropdown-label" for="check01">
|
||||
|
@ -22,6 +21,25 @@
|
|||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<div id="main-content">
|
||||
<h1 class="dashboard-title">Dashboard</h1>
|
||||
<div id="bot">
|
||||
|
||||
<div id="bot-log">
|
||||
<p>2025-01-13 05:55:02 - example command executed by -some-user-id-</p>
|
||||
<p>2025-01-13 05:57:33 - userinfo command executed by -some-user-id-</p>
|
||||
</div>
|
||||
<div id="bot-buttons">
|
||||
<button>Restart</button>
|
||||
<button>Update</button>
|
||||
<button>Download Config</button>
|
||||
<button>Upload Config</button>
|
||||
<button>Backup data</button>
|
||||
<button>Restore data</button>
|
||||
<button>Download logs</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<%= footer %>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue