mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-31 07:09:30 +02:00
hide when no router offline
This commit is contained in:
parent
ea814dcaf8
commit
bd9989eaf2
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
|||
|
||||
|
||||
<div class="col-md-5">
|
||||
{if $_c['router_check']}
|
||||
{if $_c['router_check'] && count($routeroffs)> 0}
|
||||
<div class="panel panel-danger">
|
||||
<div class="panel-heading text-bold">{Lang::T('Routers Offline')}</div>
|
||||
<div class="table-responsive">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue