##// END OF EJS Templates
Add view confirmation for write/chng beam methods
Add view confirmation for write/chng beam methods

File last commit:

r316:0d39f71bbf42
r333:176c9ea0dbf6
Show More
jars_conf.html
24 lines | 624 B | text/html | HtmlDjangoLexer
{% extends "dev_conf.html" %}
{% load static %}
{% load bootstrap3 %}
{% load main_tags %}
{% block extra-menu-actions %}
<li><a href="{{ dev_conf.get_absolute_url_log }}"><span class="glyphicon glyphicon-save-file" aria-hidden="true"></span>
Get Log File</a></li>
{% endblock %}
{% block extra-content %}
<div class="clearfix"></div>
<h2>Filter: {{resolution}}</h2>
<br>
<table class="table table-bordered">
{% for key in filter_keys %}
<tr>
<th>{% get_verbose_field_name filter_obj key %}</th>
<td>{{filter|attr:key}}</td>
</tr>
{% endfor %}
</table>
{% endblock extra-content%}