Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with old dashboards #2262

Merged
merged 3 commits into from May 24, 2016
Merged

Fix issues with old dashboards #2262

merged 3 commits into from May 24, 2016

Commits on May 19, 2016

  1. Always render quickvalues data table by default

    Quickvalues widgets created before introducing pie charts may not render
    neither a data table, nor a pie chart. In this commit we ensure we
    always render the data table by default.
    
    Refs #2163
    Edmundo Alvarez committed May 19, 2016
    Copy the full SHA
    c5f062c View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Edmundo Alvarez committed May 19, 2016
    Copy the full SHA
    0c59938 View commit details
    Browse the repository at this point in the history
  3. Be more picky getting widgets dimensions

    Dashboards created in old Graylog versions may have a positions object
    that does not contain widget width or height. Instead of relying on what
    that positions object had, this commit ensures each component of the
    widget position is initialized with the persisted value or its default.
    
    Refs #2163
    Edmundo Alvarez committed May 19, 2016
    Copy the full SHA
    c041a49 View commit details
    Browse the repository at this point in the history