Skip to content

Commit 66d43d8

Browse files
committed
Dashboard When clicking domains or certificates sort by expire date asc
1 parent 6c7052e commit 66d43d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dashboard.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@
586586
<!-- ./col -->
587587

588588
<div class="col-lg-4 col-6">
589-
<a class="small-box bg-success">
589+
<a class="small-box bg-success" href="contacts.php">
590590
<div class="inner">
591591
<h3><?php echo $contacts_added; ?></h3>
592592
<p>New Contacts</p>
@@ -625,7 +625,7 @@
625625
<!-- ./col -->
626626

627627
<div class="col-lg-4 col-6">
628-
<a class="small-box bg-warning" href="domains.php">
628+
<a class="small-box bg-warning" href="domains.php?sort=domain_expire&order=ASC">
629629
<div class="inner">
630630
<h3><?php echo $expiring_domains; ?></h3>
631631
<p>Expiring Domains</p>
@@ -638,7 +638,7 @@
638638
<!-- ./col -->
639639

640640
<div class="col-lg-4 col-6">
641-
<a class="small-box bg-primary">
641+
<a class="small-box bg-primary" href="certificates.php?sort=certificate_expire&order=ASC">
642642
<div class="inner">
643643
<h3><?php echo $expiring_certificates; ?></h3>
644644
<p>Expiring Certificates</p>

0 commit comments

Comments
 (0)