Commit e7e7b1ff authored by Sebastian Chicoma's avatar Sebastian Chicoma

Se agregó el filtro de estado

parent d30e5802
......@@ -132,11 +132,10 @@ const columnTemplateArray = [
}
];
const fieldFilters = [
new FieldFilter('agent_code', 'id', 'id', 'number', undefined),
new FieldFilter('agent_name', 'name', 'name', 'string', undefined),
new FieldFilter('agent_status', 'status', 'status', 'select', []),
new FieldFilter('agent_status', 'status', 'status', 'valpos', ({ 'DP': 'label.deployed', 'PS': 'label.sync-pending' }) as any),
];
@Component({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment