align channels detail column center
This commit is contained in:
parent
449dff8141
commit
ae23d0510d
@ -27,6 +27,7 @@ function initSubscriptionsModule() {
|
|||||||
{
|
{
|
||||||
title: "Channels",
|
title: "Channels",
|
||||||
data: "channels_detail",
|
data: "channels_detail",
|
||||||
|
className: "text-center",
|
||||||
render: data => renderArrayBadgesColumn(data.map(item => "#" + item.name))
|
render: data => renderArrayBadgesColumn(data.map(item => "#" + item.name))
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user