removed fields from MetaDataColumn
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
<table class="table table-hover">
|
||||
<thead><tr>
|
||||
<th scope="col">Column Name</th>
|
||||
<th scope="col">Column Sync Name</th>
|
||||
<th scope="col">Column Type</th>
|
||||
<th scope="col">Column Modifier</th>
|
||||
<th scope="col">Column Order</th>
|
||||
<th scope="col">Is Shown</th>
|
||||
<th scope="col">Column Label</th>
|
||||
@@ -18,9 +16,7 @@
|
||||
{% for column in obj.table_columns %}
|
||||
<tr>
|
||||
<th scope="row"><a href="/admin/metadata/{{column.id}}">{{column.column_name}}</a></th>
|
||||
<td>{{column.column_sync_name}}</td>
|
||||
<td>{{column.column_type}}</td>
|
||||
<td>{{column.column_modifier}}</td>
|
||||
<td>{{column.column_order}}</td>
|
||||
<td>{% with check=column.is_shown %}{% include "components/check.html" %}{% endwith %}</td>
|
||||
<td>{{column.column_label}}</td>
|
||||
|
||||
Reference in New Issue
Block a user