{% extends 'layout.html' %}
{% block content %}
{% if frida_logs == "error" %}
Error processing Kafka data. Is kafka running and frida started with "Report to Kafka" checked?
{% else %}
| Application | Type | Value |
|---|---|---|
| {{ application }} | {{ log_entry.type }} | {{ log_entry.payload }} |