File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
lib/content_management/view Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -74,17 +74,15 @@ class _HeadlinesPageState extends State<HeadlinesPage> {
7474 ),
7575 DataColumn2 (
7676 label: Text (l10n.sourceName),
77- size: ColumnSize .M ,
77+ size: ColumnSize .S ,
7878 ),
79- DataColumn2 (label: Text (l10n.status), size: ColumnSize .S ),
8079 DataColumn2 (
8180 label: Text (l10n.lastUpdated),
82- size: ColumnSize .M ,
81+ size: ColumnSize .S ,
8382 ),
8483 DataColumn2 (
8584 label: Text (l10n.actions),
8685 size: ColumnSize .S ,
87- fixedWidth: 120 ,
8886 ),
8987 ],
9088 source: _HeadlinesDataSource (
@@ -164,7 +162,6 @@ class _HeadlinesDataSource extends DataTableSource {
164162 ),
165163 ),
166164 DataCell (Text (headline.source.name)),
167- DataCell (Text (headline.status.l10n (context))),
168165 DataCell (
169166 Text (
170167 DateFormat ('dd-MM-yyyy' ).format (headline.updatedAt.toLocal ()),
You can’t perform that action at this time.
0 commit comments