Highlight mobile sourced job order in open list table #162

This commit is contained in:
Kendrick Chan 2018-09-03 16:25:16 +08:00
parent a593de8343
commit a79c8a93a2

View file

@ -70,6 +70,10 @@
if (data.flag_advance) { if (data.flag_advance) {
$(row).addClass('m-table__row--danger'); $(row).addClass('m-table__row--danger');
} }
if (data.is_mobile) {
$(row).addClass('m-table__row--is_mobile');
}
} }
}, },
columns: [ columns: [