diff --git a/Step.Utils/Step.Utils.csproj b/Step.Utils/Step.Utils.csproj index b07f318d..bd589e30 100644 --- a/Step.Utils/Step.Utils.csproj +++ b/Step.Utils/Step.Utils.csproj @@ -91,12 +91,10 @@ PreserveNewest + PreserveNewest - - PreserveNewest - Always diff --git a/Step/SetupActive.iss b/Step/SetupActive.iss index eb3f4713..946e30b3 100644 --- a/Step/SetupActive.iss +++ b/Step/SetupActive.iss @@ -53,8 +53,6 @@ VersionInfoCompany={#MyAppPublisher} VersionInfoTextVersion={#MyAppVersion} VersionInfoCopyright={#MyAppPublisher} DefaultDirName = C:\CMS\{#FolderName}\{#FolderName} -;WizardImageFile=C:\Programmi\Inno Setup 5\WizModernImage-IS.bmp -;WizardSmallImageFile=C:\Programmi\Inno Setup 5\CMS.bmp WindowVisible=false PrivilegesRequired=admin @@ -139,12 +137,12 @@ Source: {#DotNetInstallerPath}\{#DotNetInstallerName}; DestDir: {tmp}; Flags: de Source: {#MariaDBInstallerPath}\{#MariaDBInstallerName}; DestDir: {tmp}; Flags: deleteafterinstall; ; --- UTILS -; Fanuc scripts -Source: "{#ProjectPath}\Utility\*"; DestDir: "{app}\..\Utility\"; Flags: recursesubdirs ignoreversion; Components: Fanuc +; Fanuc scripts - TEAMVIEWER +Source: "{#ProjectPath}\Utility\*"; DestDir: "{app}\..\Utility\"; Flags: recursesubdirs ignoreversion; Components: Fanuc Osai Siemens ; Inverter Dialog -Source: "{#InvDialPath}\*"; DestDir: "{app}\..\Utility\Cms_Inverter_Diagnosis\"; Flags: recursesubdirs ignoreversion; Components: Fanuc - +Source: "{#InvDialPath}\*"; DestDir: "{app}\..\Utility\Cms_Inverter_Diagnosis\"; Flags: recursesubdirs ignoreversion; Components: Fanuc Osai Siemens + [Icons] ; Default icons Name: {group}\{#AppName}; Filename: {app}\{#MyAppExeName}; Comment: {#AppName}; Components: Demo Fanuc Osai; Check: NOT GetStyleOption; diff --git a/Step/Utility/teamviewerqs.exe b/Step/Utility/teamviewerqs.exe new file mode 100644 index 00000000..8f478590 Binary files /dev/null and b/Step/Utility/teamviewerqs.exe differ diff --git a/Step/wwwroot/assets/styles/base/alarms.less b/Step/wwwroot/assets/styles/base/alarms.less index 2cbbe01c..586b7ce4 100644 --- a/Step/wwwroot/assets/styles/base/alarms.less +++ b/Step/wwwroot/assets/styles/base/alarms.less @@ -444,6 +444,7 @@ margin-left: 132px; &.my { + margin-top: 5px; margin-left: 15px; } @@ -934,30 +935,30 @@ th:nth-child(2), td:nth-child(2) { - width: 550px; - max-width: 550px; + width: 500px; + max-width: 500px; text-align: left; } th:nth-child(3), td:nth-child(3) { - width: 150px; - max-width: 150px; + width: 130px; + max-width: 130px; text-align: left; } th:nth-child(4), td:nth-child(4) { - width: 100px; - max-width: 100px; - min-width: 50px; + width: 150px; + max-width: 150px; + min-width: 100px; text-align: left; } th:nth-child(5), td:nth-child(5) { - width: 100px; - max-width: 100px; + width: 150px; + min-width: 150px; } th, @@ -972,11 +973,10 @@ tbody { display: block; - height: 552px; - width: 1200px; - overflow-y: scroll; + height: 559px; + width: 1241px; + overflow-y: hidden; overflow-x: hidden; - padding-right: 20px; &.without-footer { height: 620px @@ -1003,7 +1003,7 @@ tr { cursor: pointer; - height: 64px; + height: 62px; padding: 10px; td { diff --git a/Step/wwwroot/assets/styles/base/job-editor.less b/Step/wwwroot/assets/styles/base/job-editor.less index 3b87d43f..35ff7430 100644 --- a/Step/wwwroot/assets/styles/base/job-editor.less +++ b/Step/wwwroot/assets/styles/base/job-editor.less @@ -313,6 +313,7 @@ height: 14px; margin-left: 132px; &.my{ + margin-top: 5px; margin-left: 15px; } .text-date{ diff --git a/Step/wwwroot/assets/styles/base/maintenance-card.less b/Step/wwwroot/assets/styles/base/maintenance-card.less index 7fbafccf..cc1eca01 100644 --- a/Step/wwwroot/assets/styles/base/maintenance-card.less +++ b/Step/wwwroot/assets/styles/base/maintenance-card.less @@ -299,6 +299,7 @@ height: 14px; margin-left: 132px; &.my{ + margin-top: 5px; margin-left: 15px; } .text-date{ diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index 001b3826..6367077d 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -4663,6 +4663,7 @@ footer .container button.big:before { margin-left: 132px; } .accordion section .dropdown .all-message-box .message-box .message-box-body.my { + margin-top: 5px; margin-left: 15px; } .accordion section .dropdown .all-message-box .message-box .message-box-body .text-date { @@ -5091,27 +5092,27 @@ footer .container button.big:before { } .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table th:nth-child(2), .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table td:nth-child(2) { - width: 550px; - max-width: 550px; + width: 500px; + max-width: 500px; text-align: left; } .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table th:nth-child(3), .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table td:nth-child(3) { - width: 150px; - max-width: 150px; + width: 130px; + max-width: 130px; text-align: left; } .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table th:nth-child(4), .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table td:nth-child(4) { - width: 100px; - max-width: 100px; - min-width: 50px; + width: 150px; + max-width: 150px; + min-width: 100px; text-align: left; } .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table th:nth-child(5), .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table td:nth-child(5) { - width: 100px; - max-width: 100px; + width: 150px; + min-width: 150px; } .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table th, .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table td { @@ -5124,11 +5125,10 @@ footer .container button.big:before { } .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table tbody { display: block; - height: 552px; - width: 1200px; - overflow-y: scroll; + height: 559px; + width: 1241px; + overflow-y: hidden; overflow-x: hidden; - padding-right: 20px; } .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table tbody.without-footer { height: 620px; @@ -5150,7 +5150,7 @@ footer .container button.big:before { } .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table tbody tr { cursor: pointer; - height: 64px; + height: 62px; padding: 10px; } .alarm-history-container .alarm-history-body .alarm-history-body-left .alarm-history-table tbody tr td { @@ -17373,6 +17373,7 @@ footer .container button.big:before { margin-left: 132px; } .accordion-maintenance section .dropdown .all-message-box .message-box .message-box-body.my { + margin-top: 5px; margin-left: 15px; } .accordion-maintenance section .dropdown .all-message-box .message-box .message-box-body .text-date { @@ -19202,6 +19203,7 @@ footer .container button.big:before { margin-left: 132px; } .job-editor-container .job-editor-box .job-editor-body .job-editor-body-box .job-editor-body-box-right .box-right-body .box-right-body-container .all-message-box .message-box .message-box-body.my { + margin-top: 5px; margin-left: 15px; } .job-editor-container .job-editor-box .job-editor-body .job-editor-body-box .job-editor-body-box-right .box-right-body .box-right-body-container .all-message-box .message-box .message-box-body .text-date {