mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-16 15:04:05 +00:00
9 lines
400 B
HTML
9 lines
400 B
HTML
<table id="data_table" style="display: table;">
|
|
<tbody>
|
|
<tr class="data_table_row" ng-repeat="variable in variables">
|
|
<td class="data_table_cell no_overflow" style="text-align: left; padding-right: 30px;">{{ variable.name }}</td>
|
|
<td class="data_table_cell no_overflow" style="text-align: left; padding-right: 30px;">{{ variable.value }}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|