mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add links to by owned machine administrative pages.
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user