aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/web_config/partials/history.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/tools/web_config/partials/history.html')
-rw-r--r--share/tools/web_config/partials/history.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/tools/web_config/partials/history.html b/share/tools/web_config/partials/history.html
index c7e36fe3..3ffee162 100644
--- a/share/tools/web_config/partials/history.html
+++ b/share/tools/web_config/partials/history.html
@@ -1,6 +1,10 @@
+<div id="table_filter_container" style="display: block;">
+ <input id="table_filter_text_box" class="filter_text_box text_box_transient" placeholder="Filter" ng-model="query">
+</div>
+
<table id="data_table" style="display: table;" >
<tbody>
- <tr class="data_table_row" ng-repeat="item in historyItems">
+ <tr class="data_table_row" ng-repeat="item in historyItems | filter:query">
<td class="data_table_cell no_overflow" style="text-align: left; padding-right: 30px;">{{ item }}</td>
<td class="data_table_cell" style="text-align: right; width: 25px">
<a ng-click="deleteHistoryItem(item)">