This file is indexed.

/usr/lib/python2.7/dist-packages/manila_ui/dashboards/project/shares/templates/shares/snapshots/_update.html is in python-manila-ui 2.5.1-0.

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
{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
  <h3>{% trans "Description" %}:</h3>
  <p>{% trans "From here you can modify name and description of a snapshot." %}</p>
{% endblock %}