Skip to content

menu method should be static

Tony Murray requested to merge murrant/librenms-overview:patch-1 into master

The menu() method needs to be static as it is called without an instantiated object. Currently, this does not cause an error, but it will in the future.

Merge request reports