mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Revert "ui: Add X-Range header alongside the HTTP info for services/intentions"
This reverts commit f8771ae3eaf3f75a33a4c3ac6297bc6514c987cf.
This commit is contained in:
parent
f8771ae3ea
commit
4b02673d82
@ -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…
x
Reference in New Issue
Block a user