mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-21 11:51:08 +00:00
exclude date
This commit is contained in:
@@ -88,7 +88,7 @@ export default {
|
||||
field: "install_date",
|
||||
sortable: false,
|
||||
format: (val, row) => {
|
||||
return val === "01/01/1" ? "" : val;
|
||||
return val === "01/01/1" || val === "01-1-01" ? "" : val;
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user