Update Layout/default/Patching/Index.php
This commit is contained in:
@@ -295,9 +295,9 @@ $additionalHead = [
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.DEVICES = <?= json_encode($devices) ?>;
|
window.DEVICES = <?= json_encode($devices) ?>;
|
||||||
window.DEVICES = window.DEVICES.filter(device => {
|
//window.DEVICES = window.DEVICES.filter(device => {
|
||||||
return device.name.toLowerCase().includes('olt') || device.name.toLowerCase().includes('pon')
|
// return device.name.toLowerCase().includes('olt') || device.name.toLowerCase().includes('pon')
|
||||||
});
|
//});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -448,4 +448,4 @@ $additionalHead = [
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>
|
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user