Skip to content

Commit

Permalink
Fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
evildecay committed Sep 14, 2018
1 parent c447422 commit 69a3d87
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions assets/etcdkeeper/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,34 +63,34 @@ <h2><img src="../framework/logo.png" width="20"></img><font color="00a0e9"> ETCD

<div id="cnode" class="easyui-window" title="Create node" data-options="modal:true,closed:true" style="width:650px;height:480px;padding:10px;">
<div style="padding:10px 40px 20px 40px">
<form id="cnodeForm">
<table cellpadding="10">
<tr>
<td>Name:</td>
<td><input id="name" class="easyui-textbox" type="text" name="name" data-options="required:true" style="width:450px;"/></td>
</tr>
<tr>
<td>Dir:</td>
<td>
<select id="dir" class="easyui-combobox" name="dir" data-options="panelHeight:'auto',onSelect:selDir" style="width:70px;">
<option value="true">TRUE</option>
<option value="false" selected="selected">FALSE</option>
</select>
</td>
</tr>
<tr>
<td>TTL:</td>
<td><input id="ttl" class="easyui-numberbox" type="text" name="ttl" data-options="" style="width:450px;"/></td>
</tr>
<tr>
<td>Value:</td>
<td spellcheck="false"><textarea id="cvalue" class="easyui-textbox" name="value" data-options="multiline:true" style="width:450px;height:200px"></textarea></td>
</tr>
</table>
</form>
<div style="text-align:center;padding:5px">
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="createNode()">Submit</a>
</div>
<form id="cnodeForm">
<table cellpadding="10">
<tr>
<td>Name:</td>
<td><input id="name" class="easyui-textbox" type="text" name="name" data-options="required:true" style="width:450px;"/></td>
</tr>
<tr>
<td>Dir:</td>
<td>
<select id="dir" class="easyui-combobox" name="dir" data-options="panelHeight:'auto',onSelect:selDir" style="width:70px;">
<option value="true">TRUE</option>
<option value="false" selected="selected">FALSE</option>
</select>
</td>
</tr>
<tr>
<td>TTL:</td>
<td><input id="ttl" class="easyui-numberbox" type="text" name="ttl" data-options="" style="width:450px;"/></td>
</tr>
<tr>
<td>Value:</td>
<td spellcheck="false"><textarea id="cvalue" class="easyui-textbox" name="value" data-options="multiline:true" style="width:450px;height:200px"></textarea></td>
</tr>
</table>
</form>
<div style="text-align:center;padding:5px">
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="createNode()">Submit</a>
</div>
</div>
</div>

Expand Down
Binary file modified logo/logo-horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 69a3d87

Please sign in to comment.