DROP Log Viewer
Progress Bar
Graph
List
Session:{{data.get("session")}}
DROP: {{data.get("oid")}}
Log Entries
Filter by Log Level:
Show All
% for col in columns:
{{ col }}
% end
%for row in data["logs"]:
% for col in columns:
{{! row.get(col, '') }}
% end
%end