mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
another non-integer fix (#13239)
This commit is contained in:
@@ -65,7 +65,7 @@ class GraphRow extends Component
|
||||
$this->graphs = $graphs;
|
||||
$this->title = $title;
|
||||
$this->responsive = $columns == 'responsive';
|
||||
$this->rowWidth = $this->calculateRowWidth($columns);
|
||||
$this->rowWidth = $this->calculateRowWidth((int) $columns);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user