Created
October 13, 2017 04:36
-
-
Save fuzzy/760a81c6044a959ed7401a79fcb582cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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