Ignore:
Timestamp:
Sep 5, 2017, 10:52:31 PM (7 years ago)
Author:
chronos
Message:
  • Added: Show list of matching interfaces by LocalIP for viewed subnet.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/IS/IS.php

    r846 r849  
    448448      if (($TabIndex == $I) or ($TabIndex == (count($Tabs) - 1)))
    449449      {
    450         $TabContent .= $this->ShowList($TypeItem['Table'], '`'.
     450        if ($TypeItem['Ref'] == null)
     451        {
     452          $Filter = $TypeItem['Filter'];
     453          $Filter = str_replace('#Id', $Id, $Filter);
     454          $TabContent .= $this->ShowList($TypeItem['Table'],
     455            $Filter, $Item['Caption']).'<br/>';
     456        } else $TabContent .= $this->ShowList($TypeItem['Table'], '`'.
    451457          $TypeItem['Ref'].'`='.$Id, $Item['Caption'],
    452           $TypeItem['Ref'], $Id).'<br/>';
     458          $TypeItem['Ref'], $Id).'<br/>';       
    453459      }
    454460      $I++;
Note: See TracChangeset for help on using the changeset viewer.