mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
#268: Add buttons to mockup.
This commit is contained in:
@@ -64,44 +64,6 @@
|
||||
|
||||
<div class="connection edit">
|
||||
<div class="caption"><div class="protocol"><div class="icon vnc"/></div><span class="name">Another connection</span></div>
|
||||
<div class="fields">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Protocol:</th>
|
||||
<td>
|
||||
<select>
|
||||
<option>vnc</option>
|
||||
<option>rdp</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hostname:</th>
|
||||
<td><input type="text" value="anotherhost"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Password:</th>
|
||||
<td><input type="password" value="1241234134134"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Port:</th>
|
||||
<td><input type="text" value="5901"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Read-only:</th>
|
||||
<td><input type="checkbox"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Swap red/blue:</th>
|
||||
<td><input type="checkbox"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="object-buttons">
|
||||
<button>Save</button>
|
||||
<button>Cancel</button>
|
||||
<button class="danger">Delete</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user