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">
|
<div class="content">
|
||||||
<h3>Administrative pages for owned machines</h3>
|
<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>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||||
<Version>3.0.99.687</Version>
|
<Version>3.0.99.688</Version>
|
||||||
<Company>Canary Islands Computer Museum</Company>
|
<Company>Canary Islands Computer Museum</Company>
|
||||||
<Copyright>Copyright © 2003-2018 Natalia Portillo</Copyright>
|
<Copyright>Copyright © 2003-2018 Natalia Portillo</Copyright>
|
||||||
<Product>Canary Islands Computer Museum Website</Product>
|
<Product>Canary Islands Computer Museum Website</Product>
|
||||||
|
|||||||
Reference in New Issue
Block a user