aboutsummaryrefslogtreecommitdiffstats
path: root/src/devtool-log.html
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-03-02 19:48:28 -0500
committergorhill <rhill@raymondhill.net>2015-03-02 19:48:28 -0500
commit8b1ecfc09cfe2db45c193109d0f141e196da554e (patch)
tree11557730505f8109afbb2da1ee5e412d0f07727c /src/devtool-log.html
parent82c0342f233d34d995e101f18c84579403231c0b (diff)
downloaduBlock-8b1ecfc09cfe2db45c193109d0f141e196da554e.zip
uBlock-8b1ecfc09cfe2db45c193109d0f141e196da554e.tar.gz
uBlock-8b1ecfc09cfe2db45c193109d0f141e196da554e.tar.bz2
request log filtering: early draft
Diffstat (limited to 'src/devtool-log.html')
-rw-r--r--src/devtool-log.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devtool-log.html b/src/devtool-log.html
index 3b6ecd8..e97ac1e 100644
--- a/src/devtool-log.html
+++ b/src/devtool-log.html
@@ -10,7 +10,9 @@
<div id="toolbar">
<span id="reload" class="button fa">&#xf021;</span>
<span id="clear" class="button fa">&#xf12d;</span>
- </div><!-- DO NOT REMOVE --><div id="content">
+ <span id="filterButton" class="button fa">&#xf0b0;</span><input id="filterExpression" type="text">
+ </div>
+<div id="content">
<table><tbody></tbody></table>
</div>
<script src="js/vapi-common.js"></script>