diff --git a/module/bug/config.php b/module/bug/config.php index c51a97e7f8..3ed3977fb8 100644 --- a/module/bug/config.php +++ b/module/bug/config.php @@ -340,6 +340,7 @@ $config->bug->datatable->fieldList['actions']['width'] = '150'; $config->bug->datatable->fieldList['actions']['required'] = 'yes'; $config->bug->colorList = new stdclass(); +$config->bug->colorList->pri[0] = '#c0c0c0'; $config->bug->colorList->pri[1] = '#d50000'; $config->bug->colorList->pri[2] = '#ff9800'; $config->bug->colorList->pri[3] = '#2098ee'; diff --git a/module/testreport/view/blockbugreport.html.php b/module/testreport/view/blockbugreport.html.php index d584d25b5a..a5ec05a050 100644 --- a/module/testreport/view/blockbugreport.html.php +++ b/module/testreport/view/blockbugreport.html.php @@ -83,7 +83,7 @@ bug->priList as $key => $value):?> - null : $value;?> + null : $value;?> @@ -202,6 +202,7 @@ +bug->colorList->pri);?>