This file is indexed.

/usr/share/fusiondirectory/plugins/addons/dashboard/systems_pcids.tpl is in fusiondirectory-plugin-systems 1.0.19-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<div id="{$sectionId}" class="plugin-section">
  <span class="legend">
    {$section}
  </span>
  <div>
    <table style="border-collapse:collapse; border:1px solid #B0B0B0; width:100%; vertical-align:top; text-align:left;">
      {$attributes.pc_ids}
    </table>
  </div>
</div>