UI: saistart tables added css class sai_table

This commit is contained in:
Messerbill 2015-06-08 16:56:39 +02:00
parent e37a25ea20
commit bfa5c090fc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<table class="table table-hover table-condensed">
<table class="table sai_table table-hover table-condensed">
<tr>
<th>${sai_log_page_value}: ${page_value}</th>
<th>${basic_today}</th>

View File

@ -29,7 +29,7 @@
<div class="panel-heading"><a href="#!login">${basic_logout}</a></div>
<div class="panel-body">
<div class="inner-page">
<table class="table table-hover table-condensed">
<table class="table sai_table table-hover table-condensed">
<tr>
<th>${basic_username}</th>
<td>${username}</td>