mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 08:13:41 +00:00
[LoTW] If Cert expired show expired warning in red
This commit is contained in:
parent
85dfefa826
commit
cdf8f1325d
@ -60,7 +60,7 @@
|
||||
<?php if ($current_date <= $row->date_expires) { ?>
|
||||
<span class="badge badge-success"><?php echo $this->lang->line('lotw_valid'); ?></span>
|
||||
<?php } else { ?>
|
||||
<span class="badge badge-dark"><?php echo $this->lang->line('lotw_expired'); ?></span>
|
||||
<span class="badge badge-danger"><?php echo $this->lang->line('lotw_expired'); ?></span>
|
||||
<?php } ?>
|
||||
|
||||
<?php if ($row->last_upload) { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user