Show language ISO code in list

This commit is contained in:
Stephan
2018-10-22 10:34:14 +02:00
parent d49e06255c
commit 8976a6cce3

View File

@@ -31,6 +31,7 @@
<thead>
<tr>
<th>Language</th>
<th>ISO</th>
<th>Default</th>
<th>Mandatory</th>
<th>Fallback</th>
@@ -42,6 +43,9 @@
<i class="icon-globe" style="color: #BBBABF; margin-right: 5px;"></i>
<span class="bold">{{ language.name }}</span>
</td>
<td>
<span>{{ language.culture }}</span>
</td>
<td>
<umb-checkmark
ng-if="language.isDefault"