mirror of
https://github.com/itflow-org/itflow
synced 2026-09-09 08:15:12 +00:00
Added More Meaningful nothing matches filters or no records exist
This commit is contained in:
@@ -142,7 +142,7 @@ if ($tickets) {
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-borderless table-hover mb-0">
|
||||
<thead class="text-dark text-nowrap">
|
||||
<thead class="text-dark text-nowrap <?php if (!$num_rows[0]) { echo "d-none"; } ?>">
|
||||
<tr>
|
||||
<td class="checkbox-column">
|
||||
<div class="form-check">
|
||||
|
||||
Reference in New Issue
Block a user