Skip to main content
IOFortinet
Staff
Staff
February 24, 2026

Technical Tip: Custom dashboards changes, starting 7.4.0

  • February 24, 2026
  • 0 replies
  • 313 views
Description This article describes changes to the Users & Devices dashboard's widgets after upgrading to FortiOS v7.4.0 or above.
Scope FortiGate 7.4.0 and above.
Solution

Starting from release 7.4.0 (see Combine the Device Inventory widget and Asset Identity Center page), the Device Inventory widget was replaced with the Asset Identity Center:

 

7f02ce33-240d-485f-9c25-5cd60ca44b94.png

 

As a result, the following error messages may be observed after upgrades from previous releases (<7.4):

 

FortiGate # diagnose debug config-error-log read >>>  "set" "table-visualization" "charts" @ global.system.sso-admin.<USERNAME>.gui-dashboard.4.widget.1:command parse error (error -61) >>>  "set" "device-list-view-type" "hardware_vendor" @ global.system.sso-admin.<USERNAME>.gui-dashboard.4.widget.1:command parse error (error -61) >>>  "set" "table-visualization" "charts" @ global.system.sso-admin.<USERNAME>.gui-dashboard.4.widget.2:command parse error (error -61) >>>  "set" "device-list-online" "online" @ global.system.sso-admin.<USERNAME>.gui-dashboard.4.widget.2:command parse error (error -61) >>>  "set" "device-list-telemetry" "sending" @ global.system.sso-admin.<USERNAME>.gui-dashboard.4.widget.2:command parse error (error-61) >>>  "set" "device-list-view-type" "interface" @ global.system.sso-admin.<USERNAME>.gui-dashboard.4.widget.2:command parse error (error -61) 

 

The change affects custom dashboards for both admin (config system admin) and sso-admin (config system sso-admin) users.

 

Configuration before upgrade:

 

set name "Users & Devices"     set vdom "root"         config widget               edit 1                   set type device-inventory                   set width 2                   set height 1                   set table-visualization "charts"                   set device-list-view-type "hardware_vendor"               next               edit 2                  set type forticlient                  set x-pos 1                  set width 2                  set height 1                  set table-visualization "charts"                  set device-list-online "online"                  set device-list-telemetry "sending"                  set device-list-view-type "interface"               next

 

Configuration after upgrade:

 

set name "Assets & Identities"      set vdom "root"         config widget             edit 1                 set type device-inventory                 set width 2                 set height 1             next             edit 2                 set type identities                 set x-pos 1                 set width 2                 set height 1             next

 

Related documents: