Skip to content

Commit

Permalink
Merge pull request #131 from mattreduce/fix-web-log-link
Browse files Browse the repository at this point in the history
Update `/apfell_logs/download` link
  • Loading branch information
its-a-feature authored Dec 18, 2021
2 parents 56aab1f + 530a1e3 commit a43e704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythic-docker/app/templates/web_log.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2 style="display:inline-block"><span class="operator">Browse</span> Mythic's l
</div>
<div class="card-footer bg-card-footer">
<div style="display:inline-block">
<button type="button" class="btn btn-md btn{{config['outline-buttons']}}info" onclick="location.href='{{http}}://{{links.server_ip}}:{{links.server_port}}{{links.api_base}}/apfell_logs/download'"><i class="fas fa-download fa-lg"></i> Download logs</button>
<button type="button" class="btn btn-md btn{{config['outline-buttons']}}info" onclick="location.href='{{http}}://{{links.server_ip}}:{{links.server_port}}{{links.api_base}}/mythic_logs/download'"><i class="fas fa-download fa-lg"></i> Download logs</button>
<button type="button" :disabled="current_page <= 1" class="btn btn-light" data-toggle="tooltip" title="Go back one page" @click="get_page(current_page-1)"><i class="fas fa-backward"></i></button>&nbsp;
<template v-if="current_page > 1">
<button type="button" class="btn btn-light" data-toggle="tooltip" title="Go to first page" @click="get_page(1)">1</button>
Expand Down Expand Up @@ -81,4 +81,4 @@ <h2 style="display:inline-block"><span class="operator">Browse</span> Mythic's l

{% block body_config %}

{% endblock %}
{% endblock %}

0 comments on commit a43e704

Please sign in to comment.