Different Status types on same page

I have a page showing a datatable that lists two types of items, X and Y.

  • X has 3 possible status; ONLINE, OFFLINE, DISABLED
  • Y has 5 possible status; |, ||, |||, ||||, |||||

As an example, the table looks like this

STATUS       ITEM NAME
ONLINE       X1
ONLINE       X2
DISABLED     X3
OFFLINE      X4
|||          Y1
|            Y2
|||||        Y3
||||         Y4
|            Y5
||           Y6

Question: Is there a better way to show this? Looks kind of weird to have two different status types on the same table.