Correzione - Href to Button in Index
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Version>1.0.2203.0210</Version>
|
||||
<Version>1.0.2203.0811</Version>
|
||||
<UserSecretsId>95c9f021-52d1-4390-a670-5810b7b777b0</UserSecretsId>
|
||||
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
||||
<RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild>
|
||||
|
||||
+16
-24
@@ -53,48 +53,40 @@
|
||||
<div class="col-6 col-md-6 col-lg-3">
|
||||
<AuthorizeView Roles="SuperAdmin, Admin, User">
|
||||
<Authorized>
|
||||
<div class="btn btn-block btn-primary text-light p-2 m-2" title="Stato Impianti">
|
||||
<NavLink class="text-light" href="PlantStatus">
|
||||
<i class="fas fa-2x fa-tachometer-alt pr-2" aria-hidden="true"></i>
|
||||
<h5>Stato <br/> Impianti</h5>
|
||||
</NavLink>
|
||||
</div>
|
||||
<NavLink type="button" class="btn btn-block btn-primary text-light p-2 m-2" title="Stato Impianti" href="PlantStatus">
|
||||
<i class="fas fa-2x fa-tachometer-alt pr-2" aria-hidden="true"></i>
|
||||
<h5>Stato <br /> Impianti</h5>
|
||||
</NavLink>
|
||||
</Authorized>
|
||||
</AuthorizeView>
|
||||
</div>
|
||||
<div class="col-6 col-md-6 col-lg-3">
|
||||
<AuthorizeView Roles="SuperAdmin, Admin, User">
|
||||
<Authorized>
|
||||
<div class="btn btn-block btn-primary text-light p-2 m-2" title="Scheda Stazione">
|
||||
<NavLink class="text-light" href="GasStation">
|
||||
<i class="fas fa-2x fa-gas-pump pr-2" aria-hidden="true"></i>
|
||||
<h5>Scheda <br/> Stazione</h5>
|
||||
</NavLink>
|
||||
</div>
|
||||
<NavLink type="button" class="btn btn-block btn-primary text-light p-2 m-2" title="Scheda Stazione" href="GasStation">
|
||||
<i class="fas fa-2x fa-gas-pump pr-2" aria-hidden="true"></i>
|
||||
<h5>Scheda <br /> Stazione</h5>
|
||||
</NavLink>
|
||||
</Authorized>
|
||||
</AuthorizeView>
|
||||
</div>
|
||||
<div class="col-6 col-md-6 col-lg-3">
|
||||
<AuthorizeView Roles="SuperAdmin, Admin, ExtUser">
|
||||
<Authorized>
|
||||
<div class="btn btn-block btn-primary text-light p-2 m-2" title="Scheda Fornitore">
|
||||
<NavLink class="text-light" href="Suppliers">
|
||||
<i class="fas fa-2x fa-industry pr-2" aria-hidden="true"></i>
|
||||
<h5>Scheda <br/> Fornitore</h5>
|
||||
</NavLink>
|
||||
</div>
|
||||
<NavLink type="button" class="btn btn-block btn-primary text-light p-2 m-2" title="Scheda Fornitore" href="Suppliers">
|
||||
<i class="fas fa-2x fa-industry pr-2" aria-hidden="true"></i>
|
||||
<h5>Scheda <br /> Fornitore</h5>
|
||||
</NavLink>
|
||||
</Authorized>
|
||||
</AuthorizeView>
|
||||
</div>
|
||||
<div class="col-6 col-md-6 col-lg-3">
|
||||
<AuthorizeView Roles="SuperAdmin, Admin, ExtTransp">
|
||||
<Authorized>
|
||||
<div class="btn btn-block btn-primary text-light p-2 m-2" title="Scheda Trasportatore">
|
||||
<NavLink class="text-light" href="Transporters">
|
||||
<i class="fas fa-2x fa-truck-moving pr-2" aria-hidden="true"></i>
|
||||
<h5>Scheda <br/> Trasportatore</h5>
|
||||
</NavLink>
|
||||
</div>
|
||||
<NavLink type="button" class="btn btn-block btn-primary text-light p-2 m-2" title="Scheda Trasportatore" href="Transporters">
|
||||
<i class="fas fa-2x fa-truck-moving pr-2" aria-hidden="true"></i>
|
||||
<h5>Scheda <br /> Trasportatore</h5>
|
||||
</NavLink>
|
||||
</Authorized>
|
||||
</AuthorizeView>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>GWMS - Gas Warehouse Management System</i>
|
||||
<h4>Versione: 1.0.2203.0210</h4>
|
||||
<h4>Versione: 1.0.2203.0811</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.0.2203.0210
|
||||
1.0.2203.0811
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.0.2203.0210</version>
|
||||
<version>1.0.2203.0811</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/GWMS/stable/0/GWMS.UI.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/GWMS/stable/0/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user