pblasquez / weathermapper

Automatically generate weathermaps from a LibreNMS installation
GNU General Public License v3.0
53 stars 17 forks source link

Row values not resulting in separate rows #1

Closed pblasquez closed 8 years ago

pblasquez commented 8 years ago

With:

`$weathermapper[$label]['search_opts']['groups'][] = [ // Replace with your group id 'group' => 29,

// Row: Defines the order in which this grouping of devices is displayed // Lower number means // Linear: higher on the page // Radial: closer to the center 'row' => 2 ]; $weathermapper[$label]['search_opts']['groups'][] = [ 'group' => 54, 'row' => 10, ]; `