freezer-web-ui/disaster_recovery/clients/templates/clients/detail.html
memo b08558eba4 Improved horizon dashboard for freezer
action, job, session, backup, clients are now objects in api.py
shield decorator to avoid having boilerplate code in views
move from freezer_ui to disaster_recovery url
improved actions edition in a job
javascript lint
added clients panel
added actions panel
improved restore functionality from the dashboard

Change-Id: I23aed516bcde3a40b24144b05f858d1e3a49a796
2015-11-12 16:21:27 +00:00

18 lines
354 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Client" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Client") %}
{% endblock page_header %}
{% block main %}
<div class="row">
<div class="col-sm-12">
<pre>{{ data }}</pre>
</div>
</div>
{% endblock %}