refactor(ocp): finished the dashboard and move logs and labels to a tab style
This commit is contained in:
@@ -125,7 +125,10 @@ export default function LabelLog() {
|
||||
{label.runningNr}
|
||||
</TableCell>
|
||||
<TableCell className="font-medium">
|
||||
{format(label.upd_date, "M/d/yyyy hh:mm")}
|
||||
{format(
|
||||
label?.upd_date.replace("Z", ""),
|
||||
"M/d/yyyy hh:mm"
|
||||
)}
|
||||
</TableCell>
|
||||
<TableCell className="font-medium">
|
||||
{label.status}
|
||||
|
||||
Reference in New Issue
Block a user