Skip to end of banner
Go to start of banner

Disable Widgets for opMaps and opFlow in NMIS Dashboard (GUI)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

'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.

'display_opflow_widget' => 'false',
  • No labels