Skip to content

Instantly share code, notes, and snippets.

@fuzzy
Created October 13, 2017 04:36
Show Gist options
  • Save fuzzy/760a81c6044a959ed7401a79fcb582cb to your computer and use it in GitHub Desktop.
Save fuzzy/760a81c6044a959ed7401a79fcb582cb to your computer and use it in GitHub Desktop.
% include('header.tpl')
<div id="main">
<div class="header">
<h1>Salt Event Bus Viewer</h1>
</div>
<br />
<center>
<a href="#" onclick="startEventsWorker();">Start</a> -
<a href="#" onclick="stopEventWorker();">Stop</a><br />
<div id="salt_event_output">
</div>
</center>
</div>
% include('footer.tpl')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment