Add links to by owned machine administrative pages.

This commit is contained in:
2019-05-31 21:34:24 +01:00
parent 6949da12a8
commit a57a8b4b8e
2 changed files with 7 additions and 2 deletions

View File

@@ -62,7 +62,12 @@
<div class="content">
<h3>Administrative pages for owned machines</h3>
<a asp-controller="OwnedMachine">Machines</a><br />
<a asp-controller="OwnedMachine">Owned machines</a><br />
<a asp-controller="GpusByOwnedMachine">GPUs by owned machine</a><br />
<a asp-controller="MemoryByOwnedMachines">Memory by owned machines</a><br />
<a asp-controller="ProcessorsByOwnedMachines">Processors by owned machines</a><br />
<a asp-controller="SoundByOwnedMachine">Sound synthtetizers by owned machine</a><br />
<a asp-controller="StorageByOwnedMachines">Storage by owned machine</a><br />
</div>
<div class="content">

View File

@@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Version>3.0.99.687</Version>
<Version>3.0.99.688</Version>
<Company>Canary Islands Computer Museum</Company>
<Copyright>Copyright © 2003-2018 Natalia Portillo</Copyright>
<Product>Canary Islands Computer Museum Website</Product>