Feature Node Fixes
Closes #240 (closed)
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
66 67 monitor = TemplateColumn( 67 68 template_name='dashboard/node-list/column-monitor.html', -
Owner
verbose name missing
-
-
66 67 monitor = TemplateColumn( 67 68 template_name='dashboard/node-list/column-monitor.html', 68 69 attrs={'th': {'class': 'node-list-table-monitor'}}, 70 orderable=False, 69 71 ) 70 72 71 details = TemplateColumn( 72 template_name='dashboard/node-list/column-details.html', 73 attrs={'th': {'class': 'node-list-table-thin'}}, 74 ) 75 73 actions = TemplateColumn( 76 74 attrs={'th': {'class': 'node-list-table-thin'}}, 77 75 template_code=('{% include "dashboard/node-list/column-' 78 76 'actions.html" with btn_size="btn-xs" %}'), -
Owner
ditto
-
-
6 6 <i class="fa {% if not a.finished %}fa-refresh fa-spin {% else %}fa-plus{% endif %}"></i> 7 7 </span> 8 8 <strong>{% if user.is_superuser %} 9 {{ a.readable_name.get_admin_text }} -
Owner
could you add the result too?
-
-
Owner
👍 like