mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Merge pull request #24565 from marination/stock-dashboard-font-weight
fix: (ui) Empty State text font weight in Item Dashboard
This commit is contained in:
@@ -132,7 +132,7 @@ erpnext.stock.ItemDashboard = Class.extend({
|
|||||||
var message = __("No Stock Available Currently");
|
var message = __("No Stock Available Currently");
|
||||||
this.content.find('.result').css('text-align', 'center');
|
this.content.find('.result').css('text-align', 'center');
|
||||||
|
|
||||||
$(`<div class='text-muted' style='margin: 20px 5px; font-weight: lighter;'>
|
$(`<div class='text-muted' style='margin: 20px 5px;'>
|
||||||
${message} </div>`).appendTo(this.result);
|
${message} </div>`).appendTo(this.result);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user