mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Station setup] Filter for active locations
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user