|
|
@@ -53,6 +53,16 @@
|
|
|
{{ configcontext.weight }}
|
|
|
</td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ <td>Description</td>
|
|
|
+ <td>
|
|
|
+ {% if configcontext.description %}
|
|
|
+ {{ configcontext.description }}
|
|
|
+ {% else %}
|
|
|
+ <span class="text-muted">N/A</span>
|
|
|
+ {% endif %}
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
<tr>
|
|
|
<td>Active</td>
|
|
|
<td>
|
|
|
@@ -67,6 +77,13 @@
|
|
|
{% endif %}
|
|
|
</td>
|
|
|
</tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="panel panel-default">
|
|
|
+ <div class="panel-heading">
|
|
|
+ <strong>Assignment</strong>
|
|
|
+ </div>
|
|
|
+ <table class="table table-hover panel-body attr-table">
|
|
|
<tr>
|
|
|
<td>Regions</td>
|
|
|
<td>
|