Aggiunta appunti, aggiunta config sessione a 480, inizio mod menu top...
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- 2018.12.03 - EletScal
|
||||
|
||||
1) ingrandire testo commessa e nome
|
||||
2) inserire in elenco TASK, SOLO PER CONCLUSE; l TEMPO TOTALE sommato
|
||||
3) inserire button "pausa 0pz" ovvero imposta zero e SALVA la fase con 0 pz e tempo cumulato
|
||||
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" />
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" />
|
||||
</httpModules>
|
||||
<sessionState mode="Custom" customProvider="MySessionStateStore">
|
||||
<sessionState mode="Custom" customProvider="MySessionStateStore" timeout="480">
|
||||
<providers>
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" host="localhost" accessKey="localhost" ssl="false" applicationName="C.TRACK" databaseId="2" />
|
||||
</providers>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<asp:HyperLink runat="server" ID="hlPostazioni" NavigateUrl="~/postazioni" CssClass="btn btn-block btn-primary text-truncate"> <i class="fas fa-industry"></i> Postazioni</asp:HyperLink>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row text-uppercase align-items-center w-100 mx-0 px-0">
|
||||
<div class="row text-uppercase align-items-center w-100 mx-0 px-0" style="font-size: 2em;">
|
||||
<div class="col-4 text-left text-truncate text-warning">
|
||||
<%: NomeOpr %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user