Scelta lingue
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>1.1.2606.0411</Version>
|
||||
<Version>1.1.2606.0412</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -12,10 +12,10 @@ else
|
||||
{
|
||||
<div class="row mb-2">
|
||||
<div class="col-6">
|
||||
<button class="btn btn-primary w-100" @onclick="ToggleDetail">Toggle All</button>
|
||||
<button class="btn btn-primary border-0 w-100" @onclick="ToggleDetail">Toggle All</button>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<button class="btn btn-info w-100" @onclick="SendAllAsync">Send All</button>
|
||||
<button class="btn btn-primary bg-primary bg-opacity-75 border-0 w-100" @onclick="SendAllAsync">Send All</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
@@ -7,7 +7,18 @@
|
||||
|
||||
<main>
|
||||
<div class="top-row px-4">
|
||||
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
|
||||
@*<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>*@
|
||||
<div class="d-flex w-100 align-items-center">
|
||||
<div class="col-3 px-0 text-start">
|
||||
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
|
||||
</div>
|
||||
<div class="col-8 px-0">
|
||||
</div>
|
||||
<div class="col-1 px-2 text-end">
|
||||
<button type="button" class="btn btn-primary btn-sm rounded-3">IT</button>
|
||||
<button type="button" class="btn btn-primary btn-sm rounded-3">EN</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<article class="content px-4" style="padding-bottom: 40px;">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UserSecretsId>aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50</UserSecretsId>
|
||||
<Version>1.1.2606.0411</Version>
|
||||
<Version>1.1.2606.0412</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>LUX - Web Windows MES</i>
|
||||
<h4>Versione: 1.1.2606.0411</h4>
|
||||
<h4>Versione: 1.1.2606.0412</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.1.2606.0411
|
||||
1.1.2606.0412
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.1.2606.0411</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
</item>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.1.2606.0411</version>
|
||||
<version>1.1.2606.0412</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user