{% extends parent %} {% block title %}Tools - Introspect{% endblock %} {% macro tool_qs(name='', failed=filter_failed, session=filter_session, project=filter_project, q=filter_q, page=1) -%} {% if name %}name={{ name }}&{% endif %}{% if failed %}failed=true&{% endif %}{% if session %}session={{ session }}&{% endif %}{% if project %}project={{ project }}&{% endif %}{% if q %}q={{ q }}&{% endif %}page={{ page }} {%- endmacro %} {% block content %}
| Session | Project | Called At | Tool | Status | Description | Input Preview | Exec Time |
|---|---|---|---|---|---|---|---|
| {{ (clean_title(tc[7] or '') or (tc[0]|string)[:12] + '...')|truncate(50) }} | {{ tc[9] or '' }} | {{ tc[1] }} | {{ tc[2] or '' }} | {% if tc[3] == 'true' %} FAILED {% else %} OK {% endif %} | {{ tc[6] or '' }} |