WIP
This commit is contained in:
		| @@ -8,8 +8,8 @@ | ||||
|     <input type="text" name="Name"> | ||||
|   </p> | ||||
|   <p> | ||||
|     <label>IP</label><br> | ||||
|     <input type="text" name="IP"> | ||||
|     <label>Public IP</label><br> | ||||
|     <input type="text" name="PublicIP"> | ||||
|   </p> | ||||
|   <p> | ||||
|     <label>Port</label><br> | ||||
|   | ||||
| @@ -13,8 +13,8 @@ | ||||
|     <input type="text" value="{{.Name}}" disabled> | ||||
|   </p> | ||||
|   <p> | ||||
|     <label>IP</label><br> | ||||
|     <input type="text" value="{{ipToString .IP}}" disabled> | ||||
|     <label>Public IP</label><br> | ||||
|     <input type="text" value="{{ipToString .PublicIP}}" disabled> | ||||
|   </p> | ||||
|   <p> | ||||
|     <label>Port</label><br> | ||||
|   | ||||
| @@ -13,8 +13,8 @@ | ||||
|     <input type="text" name="Name" value="{{.Name}}"> | ||||
|   </p> | ||||
|   <p> | ||||
|     <label>IP</label><br> | ||||
|     <input type="text" name="IP" value="{{ipToString .IP}}"> | ||||
|     <label>Public IP</label><br> | ||||
|     <input type="text" name="PublicIP" value="{{ipToString .PublicIP}}"> | ||||
|   </p> | ||||
|   <p> | ||||
|     <label>Port</label><br> | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
|     <tr> | ||||
|       <th>PeerIP</th> | ||||
|       <th>Name</th> | ||||
|       <th>IP</th> | ||||
|       <th>Public IP</th> | ||||
|       <th>Port</th> | ||||
|       <th>Mediator</th> | ||||
|     </tr> | ||||
| @@ -25,7 +25,7 @@ | ||||
|       </a> | ||||
|     </td> | ||||
|     <td>{{.Name}}</td> | ||||
|     <td>{{ipToString .IP}}</td> | ||||
|     <td>{{ipToString .PublicIP}}</td> | ||||
|     <td>{{.Port}}</td> | ||||
|     <td>{{if .Mediator}}T{{else}}F{{end}}</td> | ||||
|   </tr> | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
| <table class="def-list"> | ||||
|   <tr><td>Peer IP</td><td>{{.PeerIP}}</td></tr> | ||||
|   <tr><td>Name</td><td>{{.Name}}</td></tr> | ||||
|   <tr><td>IP</td><td>{{ipToString .IP}}</td></tr> | ||||
|   <tr><td>Public IP</td><td>{{ipToString .PublicIP}}</td></tr> | ||||
|   <tr><td>Port</td><td>{{.Port}}</td></tr> | ||||
|   <tr><td>Mediator</td><td>{{if .Mediator}}T{{else}}F{{end}}</td></tr> | ||||
|   <tr><td>API Key</td><td>{{.APIKey}}</td></tr> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user