Skip to main content
HS08
Visitor III
April 29, 2025
Question

Duplicated Dashboard

  • April 29, 2025
  • 2 replies
  • 1012 views

I have duplicated dashboard like below pic for some my fortigate, anyone know why?

ds1.png

2 replies

funkylicious
SuperUser
SuperUser
April 29, 2025

maybe a GUI/browser bug or if they appeared after an upgrade it might be a cosmetic issue.

"jack of all trades, master of none"
HS08
HS08Author
Visitor III
April 29, 2025

Trying access from some PC and found some PC have single items and some is duplicated

Toshi_Esumi
SuperUser
SuperUser
April 29, 2025

You always mange not telling what specifically you're doing and show just a part of entire picture through very small window.

Are you dowloading a VDOM config, not the entire config, from one FGT and uploading it to another one, which doesn't have all same VDOMs the original FGT has? Those dupications happen if you don't remove "config gui-dashboard" section below before uploading the VDOM config to the destination FGT.

.....
config system admin
     edit "<super_admin_name>"
         .....
         config gui-dashboard                      <--- from start of gui-dashboard section
              edit 1

                   set name "Status"
                   set permanent enable
                   config widget
                         edit 1
                               <blah>
                               <blah>
                               <blah>
              .......
         end                                                 <--- to end of gui-dashboard section
     .....
    next

end


If you open a ticket with TAC and ask about it, you can learn why this happens. It's a little too complicated to explain in this community thread.

Toshi