Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 28456bf

Browse files
committed
remove unused code
1 parent a426daf commit 28456bf

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

resources/views/logs.blade.php

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@
77
<div class="mdl-layout-spacer"></div>
88
<div class="dl-cell mdl-cell--10-col">
99
<table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp full-width">
10-
{{-- <thead>
11-
<tr>
12-
<th class="mdl-data-table__cell--non-numeric" style="width: 7%;">Level</th>
13-
<th class="mdl-data-table__cell--non-numeric" style="width: 60%;">
14-
<button id="lucid-logs-filter" class="mdl-button mdl-js-button mdl-button--icon">
15-
<i class="material-icons">@{{levelIcon}}</i>
16-
</button>
17-
18-
<ul class="mdl-menu mdl-menu--bottom-left mdl-js-menu mdl-js-ripple-effect"
19-
for="lucid-logs-filter">
20-
<li class="mdl-menu__item mdl-menu__item--full-bleed-divider" @click="chooseFilterLevel('all')">All</li>
21-
<li class="mdl-menu__item" @click="chooseFilterLevel('error')">Errors</li>
22-
<li class="mdl-menu__item" @click="chooseFilterLevel('warning')">Warnings</li>
23-
<li class="mdl-menu__item" @click="chooseFilterLevel('info')">Info</li>
24-
</ul>
25-
</th>
26-
<th class="mdl-data-table__cell--non-numeric" style="width: 17%;"></th>
27-
<th class="mdl-data-table__cell--non-numeric"></th>
28-
<th class="mdl-data-table__cell--non-numeric"></th>
29-
</tr>
30-
</thead> --}}
3110
<thead>
3211
<tr>
3312
<th class="mdl-data-table__cell--non-numeric" style="width: 10%;">

0 commit comments

Comments
 (0)