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

mgr: remove unused static files from dashboard module #16762

Merged
merged 5 commits into from
Sep 18, 2017

Commits on Sep 18, 2017

  1. mgr/dashboard: remove unneeded bits of AdminLTE

    AdminLTE is delivered in a handy all-in format,
    but we don't need all this stuff at runtime.
    
    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    38df515 View commit details
    Browse the repository at this point in the history
  2. mgr/dashboard: remove non-minified bootstrap

    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    5ce51eb View commit details
    Browse the repository at this point in the history
  3. mgr/dashboard: remove un-minified datatables source

    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    888f0f9 View commit details
    Browse the repository at this point in the history
  4. mgr/dashboard: don't include remote js/css

    This will help anyone running away from the internet.
    
    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    199d7ff View commit details
    Browse the repository at this point in the history
  5. mgr/dashboard: re-arrange static files

    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    85a87da View commit details
    Browse the repository at this point in the history