mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2026-06-04 09:06:54 +00:00
Add commands route
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Commands
|
||||
COMMANDS
|
||||
<style>
|
||||
summary {
|
||||
font-size: 24px;
|
||||
padding: 16px;
|
||||
}
|
||||
</style>
|
||||
<h2>Commands List</h2>
|
||||
<h5>A list of commands is below.</h5>
|
||||
<br><br>
|
||||
${commands}
|
||||
@@ -35,6 +35,9 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link ${ACTIVE_PUNISHMENTS}" href="/api/punishments/">Punishments</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="nav-link ${ACTIVE_COMMANDS}" href="/api/commands/">Commands</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle ${ACTIVE_SCHEMATICS}" id="navbarDropdownMenuLink" role="button"
|
||||
data-bs-toggle="dropdown" aria-expanded="false">
|
||||
|
||||
Reference in New Issue
Block a user