new vers numb + tolto dashboard vecchio
This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=231']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=234']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'B2BCONDOMINI'
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/SitePBO.Master" AutoEventWireup="true" CodeBehind="Dashboard.aspx.cs" Inherits="PUB.PBO.Dashboard" %>
|
||||
|
||||
<%@ Register Src="~/WebUserContols/mod_ER_inCorso.ascx" TagPrefix="uc1" TagName="mod_ER_inCorso" %>
|
||||
<%@ Register Src="~/WebUserContols/mod_warnings.ascx" TagPrefix="uc1" TagName="mod_warnings" %>
|
||||
<%@ Register Src="~/WebUserContols/mod_graficiRow.ascx" TagPrefix="uc1" TagName="mod_graficiRow" %>
|
||||
<%@ Register Src="~/WebUserContols/mod_inScadenza.ascx" TagPrefix="uc1" TagName="mod_inScadenza" %>
|
||||
<%@ Register Src="~/WebUserContols/mod_contabilita.ascx" TagPrefix="uc1" TagName="mod_contabilita" %>
|
||||
|
||||
|
||||
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
|
||||
<div class="container-fluid my-1 bg-light">
|
||||
<div class="row p-2">
|
||||
<div class="col-md-8 my-1">
|
||||
<uc1:mod_graficiRow runat="server" ID="mod_graficiRow" />
|
||||
</div>
|
||||
<div class="col-md-4 my-1">
|
||||
<uc1:mod_ER_inCorso runat="server" ID="mod_ER_inCorso" />
|
||||
</div>
|
||||
<div class="col-md-4 my-1">
|
||||
<uc1:mod_warnings runat="server" ID="mod_warnings" />
|
||||
</div>
|
||||
<div class="col-md-4 my-1">
|
||||
<uc1:mod_inScadenza runat="server" ID="mod_inScadenza" />
|
||||
</div>
|
||||
<div class="col-md-4 my-1">
|
||||
<uc1:mod_contabilita runat="server" id="mod_contabilita" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
@@ -1,17 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace PUB.PBO
|
||||
{
|
||||
public partial class Dashboard : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
-60
@@ -1,60 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PUB.PBO {
|
||||
|
||||
|
||||
public partial class Dashboard {
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_graficiRow.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::PUB.WebUserContols.mod_graficiRow mod_graficiRow;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_ER_inCorso.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::PUB.WebUserContols.mod_ER_inCorso mod_ER_inCorso;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_warnings.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::PUB.WebUserContols.mod_warnings mod_warnings;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_inScadenza.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::PUB.WebUserContols.mod_inScadenza mod_inScadenza;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_contabilita.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::PUB.WebUserContols.mod_contabilita mod_contabilita;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user