refresh icona

This commit is contained in:
Samuele E. Locatelli
2018-03-20 14:36:30 +01:00
parent 3610e74c43
commit c7e02cc514
4 changed files with 10 additions and 8 deletions
Binary file not shown.
Vendored
+1 -1
View File
@@ -11,7 +11,7 @@ pipeline {
steps {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=227']) {
withEnv(['NEXT_BUILD_NUMBER=228']) {
// env.versionNumber = VersionNumber(versionNumberString : '1.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '1.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'CMS-SC'
+9 -7
View File
@@ -6,21 +6,23 @@
<asp:Content ID="Content1" ContentPlaceHolderID="body" runat="Server">
<uc1:mod_barcode ID="mod_barcode1" runat="server" />
<uc2:mod_btnComandi ID="mod_btnComandi1" runat="server" />
<div class="p-2 row table-secondary form-group fixed-bottom">
<div class="p-1 row table-secondary form-group fixed-bottom small">
<div class="col-4">
<label for="txtCacheSec">Validità cache (sec)</label>
<asp:TextBox runat="server" ID="txtCacheSec" CssClass="form-control form-control-lg" AutoPostBack="True" OnTextChanged="txtCacheSec_TextChanged">5</asp:TextBox>
<asp:TextBox runat="server" ID="txtCacheSec" CssClass="form-control" AutoPostBack="True" OnTextChanged="txtCacheSec_TextChanged">5</asp:TextBox>
</div>
<div class="col-4">
<label for="txtNumDD">Numero giorni analizzati</label>
<asp:TextBox runat="server" ID="txtNumDD" CssClass="form-control form-control-lg" AutoPostBack="True" OnTextChanged="txtNumDD_TextChanged">5</asp:TextBox>
<label for="txtNumDD">Num gg analizzati</label>
<asp:TextBox runat="server" ID="txtNumDD" CssClass="form-control" AutoPostBack="True" OnTextChanged="txtNumDD_TextChanged">5</asp:TextBox>
</div>
<div class="col-4">
<label for="btnReload">Forza aggiornamento</label>
<asp:Button ID="btnReload" runat="server" Text="Aggiorna" OnClick="btnReload_Click" CssClass="btn text-truncate btn-lg btn-block btn-dark" />
<asp:Button ID="btnReload" runat="server" Text="Aggiorna" OnClick="btnReload_Click" CssClass="btn text-truncate btn-block btn-dark" />
</div>
<div class="col-12 text-center mt-3">
<%: string.Format("Caricati {0} Comandi | {1} Record BCode | DB ReLoadTime {2:N3}sec ", nComandi, nBCodeRec, lastUpdDuration.TotalSeconds) %>
<div class="col-12 text-center align-middle">
<%: string.Format("DB ReLoadTime {0:N3}sec ", lastUpdDuration.TotalSeconds) %> |
<%: string.Format("Caricati {0} Comandi", nComandi) %> |
<%: string.Format("{0} Record BCode", nBCodeRec) %>
</div>
</div>
</asp:Content>
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB