mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Show number of services in nav bar
This commit is contained in:
@@ -147,8 +147,8 @@
|
||||
<p>
|
||||
Services
|
||||
<?php
|
||||
if($num_assets > 0){ ?>
|
||||
<span class="right badge badge-light">3<?php //echo $num_assets; ?></span>
|
||||
if($num_services > 0){ ?>
|
||||
<span class="right badge badge-light"><?php echo $num_services; ?></span>
|
||||
<?php } ?>
|
||||
</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user