This repository was archived by the owner on Apr 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 7
7
<div class =" mdl-layout-spacer" ></div >
8
8
<div class =" dl-cell mdl-cell--10-col" >
9
9
<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> --}}
31
10
<thead >
32
11
<tr >
33
12
<th class =" mdl-data-table__cell--non-numeric" style =" width : 10% ;" >
You can’t perform that action at this time.
0 commit comments