diff --git a/html/js/routes/job.js b/html/js/routes/job.js index cc69e9a5..315651f3 100644 --- a/html/js/routes/job.js +++ b/html/js/routes/job.js @@ -285,8 +285,8 @@ routes.push({ path: '/job/:jobId', name: 'job', component: { this.job = job; }, colorType(type) { - if (type.startsWith("ICMP")) return "error"; - if (type.startsWith("DHCP")) return "warning"; + if (type.startsWith("ICMP")) return "cyan"; + if (type.startsWith("DHCP")) return "teal lighten-2"; if (type.startsWith("ARP")) return "secondary"; if (type.startsWith("DNS")) return "accent"; if (type.startsWith("TCP")) return "primary";