diff --git a/application/views/sattimers/index.php b/application/views/sattimers/index.php index 0916e6091..9f771baf2 100644 --- a/application/views/sattimers/index.php +++ b/application/views/sattimers/index.php @@ -66,13 +66,15 @@ var custom_date_format = ""; if (strpos($activation['sat'], 'TEVEL') !== false) { echo "" . __("Info") . ""; } else if (strpos($activation['sat'], 'UVSQ') !== false) { - echo "" . __("Info") . ""; + echo "" . __("Info") . ""; } else if (strpos($activation['sat'], 'PO-101') !== false) { echo "" . __("Info") . ""; } else if (strpos($activation['sat'], 'CAS-3H') !== false) { echo "" . __("Info") . ""; } else if (strpos($activation['sat'], 'LEDSAT') !== false) { echo "" . __("Info") . ""; + } else if (strpos($activation['sat'], 'INSPIRE7') !== false) { + echo "" . __("Info") . ""; } ?> diff --git a/assets/js/sections/sattimers.js b/assets/js/sections/sattimers.js index 06f7af820..38724921f 100644 --- a/assets/js/sections/sattimers.js +++ b/assets/js/sections/sattimers.js @@ -92,7 +92,7 @@ function update(i) { } } -for (let i=1; i<=26; i+=2) { +for (let i=1; i<=28; i+=2) { var x = setInterval(function() { update(i); }, 1000);