mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-12 07:57:22 +00:00
Added missing bindings partial
This commit is contained in:
parent
04f518082c
commit
7cb8f6e9fc
1 changed files with 8 additions and 0 deletions
8
share/tools/web_config/partials/bindings.html
Normal file
8
share/tools/web_config/partials/bindings.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<table class="data_table">
|
||||
<tbody>
|
||||
<tr class="data_table_row" ng-repeat="binding in bindings">
|
||||
<td class="data_table_cell no_overflow" style="text-align: right; padding-right: 30px;">{{ binding.command }}</td>
|
||||
<td class="data_table_cell no_overflow" style="text-align: left; padding-right: 30px;">{{ binding.binding }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Loading…
Reference in a new issue