App-Netdisco

 view release on metacpan or  search on metacpan

share/views/ajax/report/ipinventory.tt  view on Meta::CPAN

<script type="application/json" id="nd-results-report-ipinventory">[% results.replace('<', '\u003c') | none %]</script>
<table id="data-table" class="table table-striped table-bordered" width="100%" cellspacing="0"
  data-nd-data="#nd-results-report-ipinventory"
  data-nd-urls='{"search_node":"[% search_node | html_entity %]","search_device":"[% search_device | html_entity %]"}'
  data-nd-table='{
  "deferRender": true,
  "columns": [
    {"data":"ip","render":"ipInventoryAddress"},
    {"data":"mac","render":{"name":"searchNodeLink","archived":true,"onlyIf":"time_last"}},
    {"data":"vendor","className":"nd_nowrap nd_center-cell","render":"escape"},
    {"data":"dns","className":"nd_nowrap nd_center-cell","render":"escape"},
    {"data":"nbname","className":"nd_nowrap nd_center-cell","render":"escape"},
    {"data":"age","render":{"name":"age","stamp":"time_last"}}
  ]
}'>
  <thead>
    <tr>
      <th>IP Address</th>
      <th>MAC Address</th>
      <th>Vendor</th>
      <th class="nd_center-cell">DNS</th>
      <th class="nd_center-cell">NetBIOS</th>
      <th>Time Since Last Seen</th>
    </tr>
  </thead>
</table>



( run in 1.060 second using v1.01-cache-2.11-cpan-54e63673c56 )