mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
* Add enhanced app support for Nginx Proxy Manager * Forms to use new standard Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
11 lines
253 B
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>
|