mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add yellow circle to certificate nav menu if expiring
This commit is contained in:
@@ -108,10 +108,15 @@
|
||||
<i class="nav-icon fas fa-lock"></i>
|
||||
<p>
|
||||
Certificates
|
||||
|
||||
<?php
|
||||
if($num_certificates > 0){ ?>
|
||||
<span class="right badge badge-light"><?php echo $num_certificates; ?></span>
|
||||
<?php } ?>
|
||||
|
||||
<?php if($num_certs_expiring > 0){ ?>
|
||||
<span class="right fa fa-fw fa-circle text-warning"></span>
|
||||
<?php } ?>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user