From: Afreen Misbah Date: Tue, 19 May 2026 00:26:05 +0000 (+0530) Subject: mgr/dashboard: fix tag colors not applied in table cells X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68988%2Fhead;p=ceph.git mgr/dashboard: fix tag colors not applied in table cells Regression from 15ca5d7ab9c. Changed class to ngClass due to same attribute linter error. This caused color classes to be overwritten by carbon classes. Fixes: https://tracker.ceph.com/issues/76685 Signed-off-by: Afreen Misbah Assisted-by: Claude --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html index 81fa874c2426..57e400c29bf6 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html @@ -360,8 +360,7 @@ let-value="data.value"> {{(column?.customTemplateConfig?.map && column?.customTemplateConfig?.map[item]?.value) ? column.customTemplateConfig.map[item].value : column?.customTemplateConfig?.prefix ? column.customTemplateConfig.prefix + item : item }}