Skip to content

Commit ca738e8

Browse files
committed
Added filtering
1 parent a201b81 commit ca738e8

6 files changed

Lines changed: 29 additions & 0 deletions

File tree

public/js/main.js

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/style/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ ul {
7373
display: table;
7474
}
7575

76+
input[type="search"] {
77+
width: 100%;
78+
margin-bottom: 25px;
79+
font-size: 25px;
80+
padding: 5px;
81+
border: 1px solid #eee;
82+
}
83+
7684
/* Login Page Styles */
7785
#login {
7886
position: absolute;

template/cached.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ foreach($status->getCachedScripts() as $data) {
6565
</section>
6666
<section data-content="overview-scripts">
6767
<div class="show-cs-table cs-table-overview">
68+
<input type="search" name="filter" placeholder="<?= $this->translator->translate('scripts.filter.placeholder'); ?>" autofocus>
6869
<table>
6970
<thead>
7071
<tr>

0 commit comments

Comments
 (0)