Highlight active row

This commit is contained in:
kolaente 2019-09-14 17:14:43 +02:00
parent 916597dff6
commit 25e9ac4982
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const app = new Vue({
template: `
<div style="width: 99%; margin: 0 auto;padding-top: 10px;">
<div class="ui error message" style="display: block;" v-if="error !== ''">{{ error }}</div>
<table class="ui celled table" v-if="error === ''">
<table class="ui celled striped table" v-if="error === ''">
<thead>
<tr class="top">
<th scope="col" v-if="mode === 0">Name</th>