App-Netdisco

 view release on metacpan or  search on metacpan

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

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



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