COmmentati home buttons

This commit is contained in:
Samuele E. Locatelli
2020-01-09 14:21:24 +01:00
parent 86ecfc5485
commit f2d8a4f58a
2 changed files with 3 additions and 3 deletions
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=161']) {
withEnv(['NEXT_BUILD_NUMBER=162']) {
// env.versionNumber = VersionNumber(versionNumberString : '0.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '0.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'NKC'
+2 -2
View File
@@ -10,7 +10,7 @@
<a href="OrderManager" class="shortcut">
<i class="fa fa-file-text-o shortcut-icon"></i><span class="shortcut-label"><%: traduci("OrderManager") %></span>
</a>
<a href="KitRequestImporter" class="shortcut">
<%-- <a href="KitRequestImporter" class="shortcut">
<i class="fa fa-file-text-o shortcut-icon"></i><span class="shortcut-label"><%: traduci("KitManager") %></span>
</a>
<a href="StackManager" class="shortcut">
@@ -45,7 +45,7 @@
</a>
<a href="LabelsPrint" class="shortcut">
<i class="fa fa-print text-secondary shortcut-icon"></i><span class="shortcut-label"><%: traduci("LabelsPrint") %></span>
</a>
</a>--%>
</div>
</div>
</div>