Files
CloudDeploy/stacks/dashboard/config/www/SupportedApps/NginxProxyManager/livestats.blade.php

11 lines
253 B
PHP

<ul class="livestats">
<li>
<span class="title">Proxy Hosts</span>
<strong>{!! $proxy !!}</strong>
</li>
<li>
<span class="title">Redirection Hosts</span>
<strong>{!! $redirection !!}</strong>
</li>
</ul>