Show provider in settings

This commit is contained in:
Johannes Zellner
2016-09-22 14:19:02 +02:00
parent 52ae3e24d0
commit 4ee6a440fe

View File

@@ -150,6 +150,10 @@
<td class="text-muted" style="vertical-align: top;">Version</td>
<td class="text-right" style="vertical-align: top; white-space: nowrap;">{{ config.version }}</td>
</tr>
<tr>
<td class="text-muted" style="vertical-align: top;">Provider</td>
<td class="text-right" style="vertical-align: top; white-space: nowrap;">{{ config.provider }}</td>
</tr>
</table>
</div>
</div>