{% extends parent %} {% block title %}Bash Commands - Introspect{% endblock %} {% macro bash_qs(prefix='', failed=filter_failed, session=filter_session, project=filter_project, q=filter_q, page=1) -%} {% if prefix %}prefix={{ prefix }}&{% 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 | Command | Description | Status | Exec Time |
|---|---|---|---|---|---|---|
| {{ (clean_title(tc[6] or '') or (tc[0]|string)[:12] + '...')|truncate(50) }} | {{ tc[8] or '' }} | {{ tc[1] }} | {% if tc[3] == 'true' %} FAILED {% else %} OK {% endif %} | {{ tc[5] or '' }} |