fish-shell/share/tools/web_config/partials/variables.html
2013-10-17 19:47:03 +05:30

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>