mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-03 09:05:07 +01:00
Small migrations and added migration note
This commit is contained in:
@@ -14,6 +14,17 @@
|
||||
|
||||
export let itemsPerRow
|
||||
export let items
|
||||
|
||||
/* Migtation Notes
|
||||
* Requirements
|
||||
* - Parent Components must be already Migrated
|
||||
* - TODO: Job.root.svelte, Node.root.svelte
|
||||
*
|
||||
* How-To
|
||||
* - Define "Plot-Slotcode" as SV5 Snippet with argument "item" in parent (!)
|
||||
* - Pass new snippet as argument/prop to here
|
||||
* - @render snippet in items-loop with argument == item
|
||||
*/
|
||||
</script>
|
||||
|
||||
<Row cols={{ xs: 1, sm: 2, md: 3, lg: itemsPerRow}}>
|
||||
|
||||
Reference in New Issue
Block a user