[Station setup] Filter for active locations

This commit is contained in:
Andreas Kristiansen
2025-07-02 15:58:18 +02:00
parent 075e45de80
commit 16214dcd3c
3 changed files with 17 additions and 3 deletions

View File

@@ -362,7 +362,7 @@ class Stationsetup extends CI_Controller {
private function stationlinked2html($linked) {
if ($linked == 1) {
return '<i class="fa fa-check text-success" aria-hidden="true"></i>';
return '<i class="fa fa-check text-success" aria-hidden="true"></i><span class="d-none">yes</span>';
}
return '<i class="fa fa-times text-danger" aria-hidden="true"></i>';
}