class: "fa fa-pencil",
"aria-hidden": "true",
}),
" ",
__("Edit"),
]
)
class: "fa fa-trash",
__("Remove"),
let buttons = [editButton, "", removeButton]
let buttons = [editButton, " ", removeButton]
if (train.received_on !== null) {
buttons.push("")
buttons.push(" ")
buttons.push(
createVNode(
"a",
class: "fa fa-copy",
__("Copy"),
-