mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like it will be easier than retrofitting the old Qt client for the new API.
This commit is contained in:
parent
40f312a827
commit
b2b32e5969
12 changed files with 16097 additions and 31 deletions
4
ui/main.jsx
Normal file
4
ui/main.jsx
Normal file
|
@ -0,0 +1,4 @@
|
|||
React.render(
|
||||
<ZeroTierNode authToken={'5d6181b71fae2684f9cc64ed'} />,
|
||||
document.getElementById('main')
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue