That didn't fix it

master
Keith Irwin 2022-09-18 18:03:33 -06:00
parent daefbf24e4
commit 8b01d96f79
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
<h2>Add peer</h2>
<p>To add a new peer, type in a hostname and select a user. The hostname must be 3-10 lowercase letters and numbers <code>/[a-z0-9]{3,10}/</code>. </p>
<div>
<input type="text" data-bind="textInput:newPeerHostname(),event:{keypress:addKeyPress}" placeholder="phone"></input>
<select data-bind="options:users(),optionsText:'name',value:newPeerUser,optionsCaption:'pick user...'"></select>
<input type="text" data-bind="textInput:newPeerHostname,event:{keypress:addKeyPress}" placeholder="phone"></input>
<select data-bind="options:users,optionsText:'name',value:newPeerUser,optionsCaption:'pick user...'"></select>
<span>.mytld</span>
<button data-bind="click:addPeer,disable:isAdding,text:addText">Add</button>
</div>