fix(UX): show status indicator in moblie view (#24306)
Status pill isn't THAT useful on mobile view. - Firstly the colours aren't that different for few states - You might not even know what those colours mean if you haven't used it before.
This commit is contained in:
parent
b3eaec4347
commit
69d6053523
1 changed files with 1 additions and 1 deletions
|
|
@ -934,7 +934,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
|
|||
</span>
|
||||
</div>
|
||||
<div class="level-item visible-xs text-right">
|
||||
${this.get_indicator_dot(doc)}
|
||||
${this.get_indicator_html(doc)}
|
||||
</div>
|
||||
`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue