App-Netdisco

 view release on metacpan or  search on metacpan

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

<script type="application/json" id="nd-results-report-deviceaddrnodns">[% 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-deviceaddrnodns"
  data-nd-urls='{"search_device":"[% search_device | html_entity %]"}'
  data-nd-table='{
  "deferRender": true,
  "columns": [
    {"data":"ip","render":{"name":"searchDeviceLink","label":{"dns":"dns","name":"name","ip":"ip"}}},
    {"data":"alias","render":"escape"},
    {"data":"contact","render":"escape"},
    {"data":"location","render":"escape"}
  ]
}'>
  <thead>
    <tr>
      <th class="nd_center-cell">Device</th>
      <th class="nd_center-cell">Address</th>
      <th class="nd_center-cell">Contact</th>
      <th class="nd_center-cell">Location</th>
    </tr>
  </thead>
</table>



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