Strange dashboard layout, Change Log widget missing Object Change model #12535
-
I was excited to try the new dashboard feature, only to discover that mine is not working correctly. I have a feeling that something may have gone wrong during the upgrade but I'm not sure how to track it down. Here's what I know:
Did I do something to muck up the database schema? How can I correct this? My site
Demo site
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This was fixed in 3.5.1, can you please verify that you are seeing it in 3.5.0? Not sure about the rendering stuff, resetting the dashboard should clear the settings. Do you have a DEFAULT_DASHBOARD configuration set? You could also try to create a new user and login as that to make sure there's nothing in the user config messing things up. |
Beta Was this translation helpful? Give feedback.
-
Soooooo... I assumed I was on 3.5.1 but, since the bottom of the page was cut off, I didn't actually see the version. Navigating to a another page clearly showed 3.5.0 so mea culpa on that. I'm trying to backtrack and figure out how I got here and hopefully prevent myself from doing this again. For a while I was downloading release archives and extracting them but I found the whole process tedious so I switched to using git several releases ago. Turns out when you follow the upgrade directions and What's the best way to determine my version of NetBox from the local directory? Using Thanks for the help. New dashboard works great! 👍 |
Beta Was this translation helpful? Give feedback.
Soooooo... I assumed I was on 3.5.1 but, since the bottom of the page was cut off, I didn't actually see the version. Navigating to a another page clearly showed 3.5.0 so mea culpa on that.
I'm trying to backtrack and figure out how I got here and hopefully prevent myself from doing this again. For a while I was downloading release archives and extracting them but I found the whole process tedious so I switched to using git several releases ago.
Turns out when you follow the upgrade directions and
git checkout master
reports "Your branch is up to date with 'origin/master'" that doesn't mean "there are no changes to pull" and you still need to rungit pull origin master
to get the changes.…