diff --git a/PHPCI/View/BuildsTable.phtml b/PHPCI/View/BuildsTable.phtml index 8ced123f..6b0c5b16 100644 --- a/PHPCI/View/BuildsTable.phtml +++ b/PHPCI/View/BuildsTable.phtml @@ -35,7 +35,20 @@ switch($build->getStatus()) getProject()->getTitle(); ?> getCommitId(); ?> getBranch(); ?> - + + getPlugins(), true); + if ( !is_array($plugins) ) { + $plugins = array(); + } + ?> + $pluginstatus): ?> +
'> + +
+ +
+
View diff --git a/assets/css/phpci.css b/assets/css/phpci.css index 931c4b0a..8d540519 100644 --- a/assets/css/phpci.css +++ b/assets/css/phpci.css @@ -14,6 +14,27 @@ body padding: 10px; } +.build-plugin-status { + text-align: center; + min-width: 80px; + float: left; + padding: 5px; + margin-right: 5px; + border: 1px solid black; +} + +.success-message { + background-color: #4F8A10; +} + +.error-message { + background-color: #FF4747; +} + +#latest-builds td { + vertical-align: middle; +} + .widget-title, .modal-header, .table th, div.dataTables_wrapper .ui-widget-header, .ui-dialog .ui-dialog-titlebar { background-color: #efefef; background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea)); @@ -61,7 +82,7 @@ body background: url('/assets/img/icon-build-running.png') no-repeat top left; } -h3 +h3 { border-bottom: 1px solid #f0f0f0; margin-top: 0;