mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
added commit date to p2p info
This commit is contained in:
@@ -63,18 +63,38 @@ const infos = [
|
||||
title: 'Szerver revision',
|
||||
key: 'serverRevision',
|
||||
},
|
||||
{
|
||||
title: 'Szerver utolsó commit date',
|
||||
key: 'serverLastCommitDate',
|
||||
type: 'date',
|
||||
},
|
||||
{
|
||||
title: 'Script revision',
|
||||
key: 'scriptRevision',
|
||||
},
|
||||
{
|
||||
title: 'Script utolsó commit date',
|
||||
key: 'scriptLastCommitDate',
|
||||
type: 'date',
|
||||
},
|
||||
{
|
||||
title: 'Weboldal revision',
|
||||
key: 'qminingPageRevision',
|
||||
},
|
||||
{
|
||||
title: 'Weboldal utolsó commit date',
|
||||
key: 'qminingPageLastCommitDate',
|
||||
type: 'date',
|
||||
},
|
||||
{
|
||||
title: 'Data editor revision',
|
||||
key: 'dataEditorRevision',
|
||||
},
|
||||
{
|
||||
title: 'Data editor utolsó commit date',
|
||||
key: 'dataEditorLastCommitDate',
|
||||
type: 'date',
|
||||
},
|
||||
]
|
||||
|
||||
function getDateString(dateNumber) {
|
||||
|
Reference in New Issue
Block a user