diff --git a/templates/job-order/list.open.html.twig b/templates/job-order/list.open.html.twig
index adec8b80..cea8df51 100644
--- a/templates/job-order/list.open.html.twig
+++ b/templates/job-order/list.open.html.twig
@@ -70,6 +70,10 @@
if (data.flag_advance) {
$(row).addClass('m-table__row--danger');
}
+
+ if (data.is_mobile) {
+ $(row).addClass('m-table__row--is_mobile');
+ }
}
},
columns: [