Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxcode committed Oct 7, 2021
1 parent 2004392 commit 3cb57a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/packages/consul-ui/app/serializers/dc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default class DcSerializer extends Serializer {
}

normalizePayload(payload, id, requestType) {
console.log(payload.headers);
switch (requestType) {
case 'query':
return payload.body.map(item => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Feature: dc / services / show / topology / tproxy
service: web
---
Then the url should be /datacenter/services/web/topology
And pause for 5000
And I see the tabs.topologyTab.defaultAllowNotice object
Scenario: A Downstream service has a wildcard intention
Given 1 topology model from yaml
Expand Down

0 comments on commit 3cb57a7

Please sign in to comment.