Imitate nodejs docker command from openshift

This commit is contained in:
infidel
2023-01-12 14:25:58 +07:00
parent dd416e7758
commit 9681c77643
9 changed files with 1305 additions and 15 deletions

View File

@@ -150,6 +150,19 @@
</a>
</li>
<li class="items-center">
<a
use:link
href="/admin/wgNetGraph"
class="text-xs uppercase py-3 font-bold block {location.href.indexOf('/admin/tables') !== -1 ? 'text-red-500 hover:text-red-600':'text-blueGray-700 hover:text-blueGray-500'}"
>
<i
class="fas fa-table mr-2 text-sm {location.href.indexOf('/admin/tables') !== -1 ? 'opacity-75' : 'text-blueGray-300'}"
></i>
WireGuard Net Graph
</a>
</li>
<li class="items-center">
<a
use:link