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:
parent
7c476223cd
commit
9a975a8f17
@ -68,7 +68,7 @@ namespace VirtualTask.Controllers
|
||||
string app = "";
|
||||
byte[] fileBytes = System.IO.File.ReadAllBytes(file);
|
||||
var response = new FileContentResult(fileBytes, "application/octet-stream");
|
||||
response.FileDownloadName = "appTest.apk";
|
||||
response.FileDownloadName = "Virtu_1_34.apk";
|
||||
return response;
|
||||
}
|
||||
|
||||
|
||||
@ -147,11 +147,11 @@
|
||||
<td>@Html.DisplayFor(modelItem => item.andescri)</td>
|
||||
<td>@* @Html.DisplayFor(modelItem => item.chtchiam) -*@ @Html.DisplayFor(modelItem => item.tcdescri)</td>
|
||||
<td>
|
||||
@if (!string.IsNullOrEmpty(item.chstato) && item.chstato.Equals("S"))
|
||||
@* @if (!string.IsNullOrEmpty(item.chstato) && item.chstato.Equals("S"))
|
||||
{
|
||||
<span class="dotGray"></span>
|
||||
;
|
||||
}
|
||||
} *@
|
||||
else if (!string.IsNullOrEmpty(item.rif) && item.rif.Equals("S"))
|
||||
{
|
||||
<span class="dotBlack"></span>
|
||||
@ -177,7 +177,7 @@
|
||||
@if (!string.IsNullOrEmpty(item.ser_buono_chiu))
|
||||
{
|
||||
<a href="#" class="apri-finestra" data-id="@item.ser_rapp_chiu">@item.ser_buono_chiu</a>
|
||||
}
|
||||
}a
|
||||
</td>
|
||||
<td>
|
||||
@{
|
||||
@ -213,7 +213,7 @@
|
||||
<div style="float:left;"><span class="dotYellow"></span> Da assegnare </div>
|
||||
<div style="float:left;"><span class="dotOrange"></span> Assegnata </div>
|
||||
<div style="float:left;"><span class="dotGreen"></span> Chiusa </div>
|
||||
<div style="float:left;"><span class="dotGray"></span> Sospesa </div>
|
||||
@* <div style="float:left;"><span class="dotGray"></span> Sospesa </div> *@
|
||||
<div style="float:left;"><span class="dotBlack"></span> Rifiutata </div>
|
||||
</div>
|
||||
<nav>
|
||||
|
||||
@ -4,6 +4,6 @@
|
||||
}
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user