This file is indexed.

/usr/share/chef-server-webui/app/views/environments/_version_selector.html.erb is in chef-server-webui 10.12.0+dfsg-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
<div class="cookbook_version_constraint_control_container">
  <span class="label">
    <label for="cookbook_version[<%= cookbook_version_index -%>]">cookbook version constraint:</label>
  </span>
  <span>
    <%= text_field(:name => "cookbook_version[#{cookbook_version_index}]", :value => "#{cookbook_name} #{constraint}")%>
  </span>
</div>