Well that works... pretty web UI (currently only works on test node with hard-coded auth code... need to figure out how to plumb that)

This commit is contained in:
Adam Ierymenko 2015-05-06 17:28:11 -07:00
commit 4a2c46e008
8 changed files with 2215 additions and 15968 deletions

View file

@ -4,14 +4,17 @@
<title>ZeroTier One</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="bootstrap-theme.min.css">
-->
<link rel="stylesheet" href="zerotier.css">
<script src="simpleajax.min.js"></script>
<script src="react.min.js"></script>
<script src="JSXTransformer.js"></script>
<script src="JSXTransformer.min.js"></script>
<script type="text/jsx" src="ZeroTierNetwork.jsx"></script>
<script type="text/jsx" src="ZeroTierNode.jsx"></script>
<script type="text/jsx" src="main.jsx"></script>