implemented some not tested kick

This commit is contained in:
Paul Schneider 2019-06-14 10:03:51 +01:00
commit 41704aedc4
26 changed files with 756 additions and 185 deletions

View file

@ -1,4 +1,4 @@
@model IEnumerable<Yavsc.Models.Identity.GoogleCloudMobileDeclaration>
@model IEnumerable<Yavsc.Models.Identity.DeviceDeclaration>
@{
ViewData["Title"] = "Index";
@ -11,9 +11,6 @@
<th>
@Html.DisplayNameFor(model => model.DeclarationDate)
</th>
<th>
@Html.DisplayNameFor(model => model.GCMRegistrationId)
</th>
<th>
@Html.DisplayNameFor(model => model.Model)
</th>
@ -31,9 +28,6 @@
<td>
@Html.DisplayFor(modelItem => item.DeclarationDate)
</td>
<td>
@Html.DisplayFor(modelItem => item.GCMRegistrationId)
</td>
<td>
@Html.DisplayFor(modelItem => item.Model)
</td>

View file

@ -136,7 +136,7 @@
</div>
</environment>
<p class="small">Yavsc - Copyright &copy; 2015 - 2018 Paul Schneider</p>
<p class="small">Yavsc - Copyright &copy; 2015 - 2019 Paul Schneider</p>
</footer>
@RenderSection("scripts", required: false)
</body>