Skip to content

Commit 4f337cf

Browse files
author
Daniel Herzog
committed
Fixed throwing meta_drawer
1 parent 6d82810 commit 4f337cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-scripts/metadata_drawer/metadata_drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ templates.metadata_drawer = function(resource, expanded, objectid, rules, title)
9797
],
9898
"class", "expandercell"
9999
],
100-
["th", templates.network_request_icon(resource), "class", "iconcell"],
100+
["th", templates.network.icon(resource), "class", "iconcell"],
101101
["th", url, "class", "urlcell"],
102102
["td", "", "class", "searchcell"],
103103
],

0 commit comments

Comments
 (0)