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',
|
key: 'dataEditorBuildTime',
|
||||||
type: 'date',
|
type: 'date',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Szerver revision',
|
|
||||||
key: 'serverRevision',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Szerver utolsó commit date',
|
title: 'Szerver utolsó commit date',
|
||||||
key: 'serverLastCommitDate',
|
key: 'serverLastCommitDate',
|
||||||
type: 'date',
|
type: 'date',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Script revision',
|
|
||||||
key: 'scriptRevision',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Script utolsó commit date',
|
title: 'Script utolsó commit date',
|
||||||
key: 'scriptLastCommitDate',
|
key: 'scriptLastCommitDate',
|
||||||
type: 'date',
|
type: 'date',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Weboldal revision',
|
|
||||||
key: 'qminingPageRevision',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Weboldal utolsó commit date',
|
title: 'Weboldal utolsó commit date',
|
||||||
key: 'qminingPageLastCommitDate',
|
key: 'qminingPageLastCommitDate',
|
||||||
type: 'date',
|
type: 'date',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Data editor revision',
|
|
||||||
key: 'dataEditorRevision',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Data editor utolsó commit date',
|
title: 'Data editor utolsó commit date',
|
||||||
key: 'dataEditorLastCommitDate',
|
key: 'dataEditorLastCommitDate',
|
||||||
type: 'date',
|
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) {
|
function getDateString(dateNumber) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue