This commit is contained in:
Matteo Gheza 2021-02-28 22:08:23 +01:00
parent ad83f313f9
commit e58affc8a1
3 changed files with 8100 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@ -97,6 +97,12 @@ if(installServiceWorker){
});
}
$( document ).ready(function() {
if($("#frontend_version") !== undefined){
$("#frontend_version").append(process.env.GIT_VERSION+" aggiornamento "+new Date(process.env.BUNDLE_DATE).toISOString());
}
});
var offline = false;
var loadTable_interval = undefined;
var old_data = "null";

View File

@ -117,12 +117,10 @@
</div>
<!-- /Content -->
<!-- Footer -->
<footer hidden id="bottom" class="row text-left p-4">
<div class="col-12 col-md-4">
<h5>Copyright &copy; Matteo</h5>
<h4>Applicativo realizzato per {{ owner }}</h4>
</div>
</footer>
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
Allerta-VVF, software libero realizzato per {{ owner }}.<br>
<p style="margin-bottom: 0" id="frontend_version">Frontend versione </p>
</div>
<!-- /Footer -->
</body>
</html>