Update log table, login screen UI and package versions

This commit is contained in:
Rami Winestock
2023-12-14 23:59:54 +02:00
parent 1d81a55ffd
commit c0171fe78b
13 changed files with 54 additions and 63 deletions

View File

@@ -36,7 +36,9 @@ module.exports = Mn.View.extend({
templateContext: {
i18n: i18n,
getVersion: function () {
return $('#login').data('version');
const version = require('../../../package.json').version;
return version;
// return $('#login').data('version');
}
}
});