Reorder columns in sequence list

This commit is contained in:
D. Berge
2020-09-08 17:46:25 +02:00
parent c0592cb72f
commit 3c4ed6665c

View File

@@ -236,6 +236,11 @@ export default {
value: "line",
text: "Line"
},
{
value: "fsp",
text: "FSP",
align: "end"
},
{
value: "fsp_final",
text: "FPSP",
@@ -246,11 +251,6 @@ export default {
text: "LPSP",
align: "end"
},
{
value: "fsp",
text: "FSP",
align: "end"
},
{
value: "lsp",
text: "LSP",
@@ -266,6 +266,11 @@ export default {
text: "Total duration",
align: "end"
},
{
value: "ts0",
text: "Start time",
align: "end"
},
{
value: "ts0_final",
text: "FPSP time",
@@ -276,11 +281,6 @@ export default {
text: "LPSP time",
align: "end"
},
{
value: "ts0",
text: "Start time",
align: "end"
},
{
value: "ts1",
text: "End time",