mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-13 12:12:59 +02:00
rework clientwidth binds and size defaults for histograms
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
export let items
|
||||
export let renderFor
|
||||
|
||||
let rows = []
|
||||
const isPlaceholder = x => x._is_placeholder === true
|
||||
let rows = [];
|
||||
const isPlaceholder = x => x._is_placeholder === true;
|
||||
|
||||
function tile(items, itemsPerRow) {
|
||||
const rows = []
|
||||
|
Reference in New Issue
Block a user