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