cloudfoundry-incubator / admin-ui

Need new main contributor - An application for viewing Cloud Foundry metrics and operations data.
Apache License 2.0
71 stars 44 forks source link

Drop unused parameters #168

Closed jmcarp closed 7 years ago

jmcarp commented 7 years ago

DataTables sends many query parameters to the server, and many of those parameters don't appear to be used. This patch deletes a handful of apparently unused parameters--there's probably more we can drop, but this will at least get URLs under the default 8k threshold.

cc @cnelson @mogul

Resolves #167.

cfdreddbot commented 7 years ago

Hey jmcarp!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

rboykin commented 7 years ago

Thanks @jmcarp for your pull request