NMIS includes integration with a few of our commercial applications, namely opMaps and opFlow, these widgets can be disabled in the NMIS configuration.
Disable opMaps Widget
Edit the NMIS configuration, typically /usr/local/nmis8/conf/Config.nmis, look for the 'modules' section, and change the display_opmaps_widget setting to false.
Code Block |
---|
'display_opmaps_widget' => 'false', |
Disable opFlow Widget
Edit the NMIS configuration, typically /usr/local/nmis8/conf/Config.nmis, look for the 'modules' section, and change the display_opflow_widget setting to false.
...