solidDB Help : Configuring and administering : Monitoring solidDB : Using Dashboard : Modifying navigation and settings : Resetting Dashboard configuration
  
Resetting Dashboard configuration
You can reset Dashboard to use the default settings by completing the following steps:
To reset the navigation menu, execute the following statement from the SQL tab:
DELETE FROM SYS_WEBDATA WHERE NAME='navigation.htm'
To reset the polling intervals and the default page option, execute the following statement:
DELETE FROM SYS_WEBDATA WHERE NAME='settings.js'
Go up to
Modifying navigation and settings