system: fix brain typo in routes MVC

PR: https://forum.opnsense.org/index.php?topic=6881.0
This commit is contained in:
Franco Fichtner 2018-01-16 11:37:44 +01:00
parent 585d251ae7
commit 461e28dce8

View File

@ -58,7 +58,7 @@ POSSIBILITY OF SUCH DAMAGE.
<th data-column-id="disabled" data-type="string" data-formatter="rowtoggle">{{ lang._('Disabled') }}</th>
<th data-column-id="network" data-type="string" data-visible="true">{{ lang._('Network') }}</th>
<th data-column-id="gateway" data-type="string" data-visible="true">{{ lang._('Gateway') }}</th>
<th data-column-id="descr" data-type="string" data-visible="true">{{ lang._('Beschreibung') }}</th>
<th data-column-id="descr" data-type="string" data-visible="true">{{ lang._('Description') }}</th>
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
<th data-column-id="commands" data-formatter="commands" data-sortable="false">{{ lang._('Commands') }}</th>
</tr>