Sfoglia il codice sorgente

refactor: remove fixed property from columns in site list

Jacky 2 mesi fa
parent
commit
6821a87eb3
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/src/views/site/site_list/columns.tsx

+ 0 - 1
app/src/views/site/site_list/columns.tsx

@@ -137,7 +137,6 @@ const columns: StdTableColumn[] = [{
   sorter: true,
   pure: true,
   width: 100,
-  fixed: 'right',
 }, {
   title: () => $gettext('Actions'),
   dataIndex: 'actions',