Improved tables appearance

This commit is contained in:
Dmitry Khomutov 2017-02-02 21:55:29 +07:00
parent 327f442ebb
commit 97cd0b5373
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
8 changed files with 11 additions and 11 deletions

View file

@ -31,7 +31,7 @@ var codeceptionPlugin = ActiveBuild.UiPlugin.extend({
},
render: function() {
return $('<table class="table" id="codeception-data">' +
return $('<table class="table table-hover" id="codeception-data">' +
'<thead>' +
'<tr><th>'+Lang.get('codeception_suite')+'</th>' +
'<th>'+Lang.get('codeception_feature')+'</th>' +

View file

@ -22,14 +22,14 @@ var phptalPlugin = ActiveBuild.UiPlugin.extend({
},
render: function() {
return $('<div class="table-responsive"><table class="table" id="phptal-data">' +
return $('<table class="table table-hover" id="phptal-data">' +
'<thead>' +
'<tr>' +
' <th>' + Lang.get('file') + '</th>' +
' <th>' + Lang.get('line') + '</th>' +
' <th>' + Lang.get('message') + '</th>' +
'</tr>' +
'</thead><tbody></tbody></table></div>');
'</thead><tbody></tbody></table>');
},
onUpdate: function(e) {

View file

@ -32,14 +32,14 @@ var phpunitPlugin = ActiveBuild.UiPlugin.extend({
render: function() {
return $('<div class="table-responsive"><table class="table" id="phpunit-data">' +
return $('<table class="table table-hover" id="phpunit-data">' +
'<thead>' +
'<tr>' +
'<th>'+Lang.get('status')+'</th>' +
'<th>'+Lang.get('test_message')+'</th>' +
'<th>'+Lang.get('trace')+'</th>' +
'</tr>' +
'</thead><tbody></tbody></table></div>');
'</thead><tbody></tbody></table>');
},
onUpdate: function(e) {

View file

@ -21,13 +21,13 @@ var SummaryPlugin = ActiveBuild.UiPlugin.extend({
render: function() {
return $(
'<div class="table-responsive"><table class="table" id="plugin-summary">' +
'<table class="table table-hover" id="plugin-summary">' +
'<thead><tr>' +
'<th>'+Lang.get('stage')+'</th>' +
'<th>'+Lang.get('plugin')+'</th>' +
'<th>'+Lang.get('status')+'</th>' +
'<th class="text-right">' + Lang.get('duration') + ' (' + Lang.get('seconds') + ')</th>' +
'</tr></thead><tbody></tbody></table></div>'
'</tr></thead><tbody></tbody></table>'
);
},

View file

@ -140,7 +140,7 @@
</div>
<div class="tab-pane" id="errors">
<table class="errors-table table">
<table class="errors-table table table-hover">
<thead>
<tr>
<th><?php Lang::out('severity'); ?></th>

View file

@ -6,7 +6,7 @@
</div>
<div class="box">
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th><?php Lang::out('group_title'); ?></th>

View file

@ -49,7 +49,7 @@
<div class="box-header">
<h3 class="box-title"><?php Lang::out('builds'); ?> (<?php print $total; ?>)</h3>
</div>
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th><?php Lang::out('id'); ?></th>

View file

@ -9,7 +9,7 @@
<div class="col-xs-12">
<div class="box">
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th><?php Lang::out('email_address'); ?></th>