{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Add New OSD" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Add New OSD") %} {% endblock page_header %} {% block main %} {% csrf_token %}
{% trans "Server" %} | {% trans "Weight" %} | {% trans "Storage Group" %} | {% trans "OSD Location" %} | {% trans "Journal Device" %} | {% trans "Data Device" %} | {% trans "Action" %} | |
---|---|---|---|---|---|---|---|
{{osd.server_name }} | {{ osd.weight }} | {{ osd.sg_name }} | {{ osd.location }} | {{osd.journal}} | {{ osd.data }} | ||
No items to display. | |||||||