This file is indexed.

/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/project/app_catalog/details_panel.html is in python-app-catalog-ui 1.0.0-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
11
<div>
    <div class="modal-header">
        <h3 class="modal-title">Details</h3>
    </div>
    <div class="modal-body">
      <ng-include src="STATIC_URL + 'dashboard/project/app_catalog/_details_panel.html'" onload="appaction=true"></ng-include>
    </div>
    <div class="modal-footer">
      <button class="btn btn-default" ng-click="cancel()">Close</button>
    </div>
</div>