Redirect URI UI updates
parent
d8037c0513
commit
5377a2bac4
|
@ -77,12 +77,12 @@
|
|||
<table class="table-condensed">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><input type="text" placeholder="http://" value=""></td>
|
||||
<td><button class="btn btn-inverse" type="button"><i class="icon-plus icon-white"></i></button></td>
|
||||
<td><input type="text" value="" placeholder="http://"></td>
|
||||
<td><button class="btn btn-small" type="button">Add</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>http://google.com</td>
|
||||
<td><button class="btn btn-danger" type="button"><i class="icon-minus icon-white"></i></button></td>
|
||||
<td><i class="icon-minus-sign icon-gray"></i></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue