mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
14 lines
476 B
HTML
14 lines
476 B
HTML
|
<table id="data_table" style="display: table;" >
|
||
|
<tbody>
|
||
|
<tr class="data_table_row" ng-repeat="item in historyItems">
|
||
|
<td class="data_table_cell no_overflow" style="text-align: left; padding-right: 30px;">{{ item }}</td>
|
||
|
<td class="data_table_cell" style="text-align: right; width: 25px">
|
||
|
<a onclick="tell_fish_to_delete_element({{ $index }})">
|
||
|
<img class="delete_icon" src="delete.png">
|
||
|
</a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|