this feature belongs to the future

main
Paul Schneider 7 years ago
parent b964e0523d
commit 664b911a3f
1 changed files with 3 additions and 1 deletions

@ -160,7 +160,9 @@
</dd> </dd>
</dl> </dl>
<h4> <h4>
<a asp-controller="GCMDevices" asp-action="Index" >@SR["Gérer mes terminaux autorisés"]</a> <environment names="Development">
<a asp-controller="Devices" asp-action="Index" >@SR["Gérer mes terminaux autorisés"]</a>
</environment>
</h4> </h4>
<h4> <h4>
<a asp-controller="Account" asp-action="Delete" >@SR["Unregister"]</a> <a asp-controller="Account" asp-action="Delete" >@SR["Unregister"]</a>

Loading…