File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
lib/content_management/view Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -72,15 +72,13 @@ class _TopicPageState extends State<TopicPage> {
7272 label: Text (l10n.topicName),
7373 size: ColumnSize .L ,
7474 ),
75- DataColumn2 (label: Text (l10n.status), size: ColumnSize .S ),
7675 DataColumn2 (
7776 label: Text (l10n.lastUpdated),
78- size: ColumnSize .M ,
77+ size: ColumnSize .S ,
7978 ),
8079 DataColumn2 (
8180 label: Text (l10n.actions),
8281 size: ColumnSize .S ,
83- fixedWidth: 120 ,
8482 ),
8583 ],
8684 source: _TopicsDataSource (
@@ -158,7 +156,6 @@ class _TopicsDataSource extends DataTableSource {
158156 overflow: TextOverflow .ellipsis,
159157 ),
160158 ),
161- DataCell (Text (topic.status.l10n (context))),
162159 DataCell (
163160 Text (
164161 // TODO(fulleni): Make date format configurable by admin.
You can’t perform that action at this time.
0 commit comments