Home controller - modifificato nome app (ora c'è la versione)

VT_Read - modificato link ad ultima versione app
Chiamate index - tolto pallino grigio chiamate sospese
This commit is contained in:
michele 2025-11-19 09:57:03 +01:00
parent 7c476223cd
commit 9a975a8f17
3 changed files with 6 additions and 6 deletions

View File

@ -68,7 +68,7 @@ namespace VirtualTask.Controllers
string app = ""; string app = "";
byte[] fileBytes = System.IO.File.ReadAllBytes(file); byte[] fileBytes = System.IO.File.ReadAllBytes(file);
var response = new FileContentResult(fileBytes, "application/octet-stream"); var response = new FileContentResult(fileBytes, "application/octet-stream");
response.FileDownloadName = "appTest.apk"; response.FileDownloadName = "Virtu_1_34.apk";
return response; return response;
} }

View File

@ -147,11 +147,11 @@
<td>@Html.DisplayFor(modelItem => item.andescri)</td> <td>@Html.DisplayFor(modelItem => item.andescri)</td>
<td>@* @Html.DisplayFor(modelItem => item.chtchiam) -*@ @Html.DisplayFor(modelItem => item.tcdescri)</td> <td>@* @Html.DisplayFor(modelItem => item.chtchiam) -*@ @Html.DisplayFor(modelItem => item.tcdescri)</td>
<td> <td>
@if (!string.IsNullOrEmpty(item.chstato) && item.chstato.Equals("S")) @* @if (!string.IsNullOrEmpty(item.chstato) && item.chstato.Equals("S"))
{ {
<span class="dotGray"></span> <span class="dotGray"></span>
; ;
} } *@
else if (!string.IsNullOrEmpty(item.rif) && item.rif.Equals("S")) else if (!string.IsNullOrEmpty(item.rif) && item.rif.Equals("S"))
{ {
<span class="dotBlack"></span> <span class="dotBlack"></span>
@ -177,7 +177,7 @@
@if (!string.IsNullOrEmpty(item.ser_buono_chiu)) @if (!string.IsNullOrEmpty(item.ser_buono_chiu))
{ {
<a href="#" class="apri-finestra" data-id="@item.ser_rapp_chiu">@item.ser_buono_chiu</a> <a href="#" class="apri-finestra" data-id="@item.ser_rapp_chiu">@item.ser_buono_chiu</a>
} }a
</td> </td>
<td> <td>
@{ @{
@ -213,7 +213,7 @@
<div style="float:left;"><span class="dotYellow"></span>&nbsp;Da assegnare&nbsp;</div> <div style="float:left;"><span class="dotYellow"></span>&nbsp;Da assegnare&nbsp;</div>
<div style="float:left;"><span class="dotOrange"></span>&nbsp;Assegnata&nbsp;</div> <div style="float:left;"><span class="dotOrange"></span>&nbsp;Assegnata&nbsp;</div>
<div style="float:left;"><span class="dotGreen"></span>&nbsp;Chiusa&nbsp;</div> <div style="float:left;"><span class="dotGreen"></span>&nbsp;Chiusa&nbsp;</div>
<div style="float:left;"><span class="dotGray"></span>&nbsp;Sospesa&nbsp;</div> @* <div style="float:left;"><span class="dotGray"></span>&nbsp;Sospesa&nbsp;</div> *@
<div style="float:left;"><span class="dotBlack"></span>&nbsp;Rifiutata&nbsp;</div> <div style="float:left;"><span class="dotBlack"></span>&nbsp;Rifiutata&nbsp;</div>
</div> </div>
<nav> <nav>

View File

@ -4,6 +4,6 @@
} }
<h1>@ViewData["Title"]</h1> <h1>@ViewData["Title"]</h1>
<p> <a href="Download?file=wwwroot/APP/app-env_vt_1_25.apk" target="_blank">Download Android App (ver. 1.25)</a> </p> <p> <a href="Download?file=wwwroot/APP/app-env_vt_1_34.apk" target="_blank">Download Android App (ver. 1.34)</a> </p>