We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e07374 commit c0e73a8Copy full SHA for c0e73a8
app/code/Magento/Indexer/Block/Backend/Grid/Column/Renderer/Status.php
@@ -27,7 +27,7 @@ public function render(\Magento\Framework\DataObject $row)
27
$text = __('Ready');
28
break;
29
case \Magento\Framework\Indexer\StateInterface::STATUS_WORKING:
30
- $class = 'grid-severity-major';
+ $class = 'grid-severity-minor';
31
$text = __('Processing');
32
33
}
0 commit comments