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