Revert "ui: Add X-Range header alongside the HTTP info for services/intentions"
This reverts commit f8771ae3eaf3f75a33a4c3ac6297bc6514c987cf.
This commit is contained in:
parent
ee8fdba9f0
commit
3288d2b7fa
|
@ -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,
|
||||
|
|
|
@ -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}
|
||||
|
||||
${{
|
||||
|
|
Loading…
Reference in New Issue