* pivot: replace bg-white with bg-canvas.
This commit is contained in:
@@ -15,7 +15,7 @@ $cols['assignedTo']['map'] = $users;
|
||||
|
||||
$generateData = function() use ($module, $method, $lang, $title, $cols, $bugs)
|
||||
{
|
||||
if(empty($module) || empty($method)) return div(setClass('bg-white center text-gray w-full h-40'), $lang->pivot->noPivot);
|
||||
if(empty($module) || empty($method)) return div(setClass('bg-canvas center text-gray w-full h-40'), $lang->pivot->noPivot);
|
||||
|
||||
return panel
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user