mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-03 09:05:07 +01: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