Revert "ui: Add X-Range header alongside the HTTP info for services/intentions"

This reverts commit f8771ae3eaf3f75a33a4c3ac6297bc6514c987cf.
This commit is contained in:
John Cowen 2020-07-27 09:40:19 +00:00
parent ee8fdba9f0
commit 3288d2b7fa
2 changed files with 1 additions and 7 deletions

View File

@ -9,12 +9,7 @@ export default Adapter.extend({
requestForQuery: function(request, { dc, filter, index, uri }) {
return request`
GET /v1/connect/intentions?${{ dc }}
X-Request-ID: ${uri}${
typeof filter !== 'undefined'
? `
X-Range: ${filter}`
: ``
}
X-Request-ID: ${uri}
${{
index,

View File

@ -5,7 +5,6 @@ export default Adapter.extend({
if (typeof gateway !== 'undefined') {
return request`
GET /v1/internal/ui/gateway-services-nodes/${gateway}?${{ dc }}
X-Range: ${gateway}
X-Request-ID: ${uri}
${{