mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
10 lines
400 B
HTML
10 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>
|
||
|
|