From cd913d598da421b4c4e264e029be5f13e3e009bb Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 16 Dec 2017 10:30:08 +1300 Subject: command cuts: add completion - Remove shortcuts for request, response, etc. - we don't need them if we have completion - Restrict cuts specification to a set of prefixes - Extend cuts to add a few more items --- web/src/js/__tests__/ducks/_tflow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/src') diff --git a/web/src/js/__tests__/ducks/_tflow.js b/web/src/js/__tests__/ducks/_tflow.js index 44b32342..8599200d 100644 --- a/web/src/js/__tests__/ducks/_tflow.js +++ b/web/src/js/__tests__/ducks/_tflow.js @@ -45,8 +45,8 @@ export default function(){ "port": 22, "pretty_host": "address", "scheme": "http", - "timestamp_end": null, - "timestamp_start": null + "timestamp_end": 2, + "timestamp_start": 1 }, "response": { "contentHash": "ab530a13e45914982b79f9b7e3fba994cfd1f3fb22f71cea1afbf02b460c6d1d", -- cgit v1.2.3