Season/Drivers: Display started_active in table
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 33s
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 33s
This commit is contained in:
@ -59,6 +59,12 @@
|
||||
valuefun: async (value: boolean): Promise<string> =>
|
||||
`<span class='badge variant-filled-${value ? "tertiary" : "primary"} text-center' style='width: 36px;'>${value ? "Yes" : "No"}</span>`,
|
||||
},
|
||||
{
|
||||
data_value_name: "started_active",
|
||||
label: "Started Active",
|
||||
valuefun: async (value: boolean): Promise<string> =>
|
||||
`<span class='badge variant-filled-${value ? "tertiary" : "primary"} text-center' style='width: 36px;'>${value ? "Yes" : "No"}</span>`,
|
||||
},
|
||||
]);
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user