Skip to content

Commit

Permalink
fix arthas-output link
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Nov 25, 2019
1 parent cfd7384 commit becb405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<div class="col-inline">
<button title="connect" type="button" class="btn btn-info form-control" onclick="startConnect()">Connect</button>
<button title="disconnect" type="button" class="btn btn-info form-control" onclick="disconnect()">Disconnect</button>
<a target="_blank" href="arthas-output" class="btn btn-info" role="button">Arthas Output</a>
<a target="_blank" href="arthas-output/" class="btn btn-info" role="button">Arthas Output</a>
</div>

</form>
Expand Down

0 comments on commit becb405

Please sign in to comment.