librenms / librenmsv2

LibreNMS WebUI Rewrite
GNU General Public License v3.0
26 stars 15 forks source link

Implement Settings Sections #62

Open murrant opened 8 years ago

murrant commented 8 years ago

Create panels for items that should be grouped together. See resources/views/settings/sections/. We want full coverage in the webui, so there are a lot to implement.

Current widgets you can use are:

If other widgets are needed you can either implement them yourself or create an issue here.

I am currently planning a widget implementation for things that support multiples.

murrant commented 8 years ago

Might be able to generalize this even more and generate it from an xml file or the db.