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:
parent
c0a36fccad
commit
8267534a3f
1 changed files with 20 additions and 0 deletions
|
@ -63,18 +63,38 @@ const infos = [
|
||||||
title: 'Szerver revision',
|
title: 'Szerver revision',
|
||||||
key: 'serverRevision',
|
key: 'serverRevision',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Szerver utolsó commit date',
|
||||||
|
key: 'serverLastCommitDate',
|
||||||
|
type: 'date',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Script revision',
|
title: 'Script revision',
|
||||||
key: 'scriptRevision',
|
key: 'scriptRevision',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Script utolsó commit date',
|
||||||
|
key: 'scriptLastCommitDate',
|
||||||
|
type: 'date',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Weboldal revision',
|
title: 'Weboldal revision',
|
||||||
key: 'qminingPageRevision',
|
key: 'qminingPageRevision',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Weboldal utolsó commit date',
|
||||||
|
key: 'qminingPageLastCommitDate',
|
||||||
|
type: 'date',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Data editor revision',
|
title: 'Data editor revision',
|
||||||
key: 'dataEditorRevision',
|
key: 'dataEditorRevision',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Data editor utolsó commit date',
|
||||||
|
key: 'dataEditorLastCommitDate',
|
||||||
|
type: 'date',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
function getDateString(dateNumber) {
|
function getDateString(dateNumber) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue