We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654783c commit ce9152fCopy full SHA for ce9152f
src/exceptions-table.ts
@@ -206,7 +206,6 @@ export class ExceptionsTable extends LitElement {
206
<thead>
207
<tr>
208
<th>Bugs</th>
209
- <th>Category</th>
210
<th class="${this.hasGlobalRules ? "" : "hidden-col"}">Top Site</th>
211
<th>Tracker</th>
212
<th>Classifier Features</th>
@@ -225,13 +224,6 @@ export class ExceptionsTable extends LitElement {
225
224
: ""}
226
</span>
227
</td>
228
- <td>
229
- ${entry.category
230
- ? html`<ui-badge type="category" value="${entry.category}"
231
- >${this.capitalizeFirstChar(entry.category)}</ui-badge
232
- >`
233
- : ""}
234
- </td>
235
<td class="${this.hasGlobalRules ? "" : "hidden-col"}">
236
${this.renderUrlPattern(entry.topLevelUrlPattern)}
237
0 commit comments