mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
p2p info reorder
This commit is contained in:
parent
338db8e141
commit
62fb75ec5f
1 changed files with 16 additions and 16 deletions
|
@ -59,42 +59,42 @@ const infos = [
|
|||
key: 'dataEditorBuildTime',
|
||||
type: 'date',
|
||||
},
|
||||
{
|
||||
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',
|
||||
},
|
||||
{
|
||||
title: 'Szerver revision',
|
||||
key: 'serverRevision',
|
||||
},
|
||||
{
|
||||
title: 'Script revision',
|
||||
key: 'scriptRevision',
|
||||
},
|
||||
{
|
||||
title: 'Weboldal revision',
|
||||
key: 'qminingPageRevision',
|
||||
},
|
||||
{
|
||||
title: 'Data editor revision',
|
||||
key: 'dataEditorRevision',
|
||||
},
|
||||
]
|
||||
|
||||
function getDateString(dateNumber) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue