Bug 1623110 - Hide Initiator column until we merge it r=bomsy

Differential Revision: https://phabricator.services.mozilla.com/D67294

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jan Odvarko 2020-03-18 16:33:23 +00:00
parent 9df3eb28f1
commit 9f2d5e819f
2 changed files with 2 additions and 2 deletions

View File

@ -2078,7 +2078,7 @@ pref("devtools.netmonitor.panes-search-width", 550);
pref("devtools.netmonitor.panes-search-height", 450);
pref("devtools.netmonitor.filters", "[\"all\"]");
pref("devtools.netmonitor.visibleColumns",
"[\"status\",\"method\",\"domain\",\"file\",\"cause\",\"initiator\",\"type\",\"transferred\",\"contentSize\",\"waterfall\"]"
"[\"status\",\"method\",\"domain\",\"file\",\"cause\",\"type\",\"transferred\",\"contentSize\",\"waterfall\"]"
);
pref("devtools.netmonitor.columnsData",
'[{"name":"status","minWidth":30,"width":5}, {"name":"method","minWidth":30,"width":5}, {"name":"domain","minWidth":30,"width":10}, {"name":"file","minWidth":30,"width":25}, {"name":"url","minWidth":30,"width":25}, {"name":"cause","minWidth":30,"width":10},{"name":"initiator","minWidth":30,"width":10},{"name":"type","minWidth":30,"width":5},{"name":"transferred","minWidth":30,"width":10},{"name":"contentSize","minWidth":30,"width":5},{"name":"waterfall","minWidth":150,"width":15}]');

View File

@ -37,7 +37,7 @@ const cols = {
scheme: false,
remoteip: false,
cause: true,
initiator: true,
initiator: false,
type: true,
cookies: false,
setCookies: false,