Styled columns and refresh config on save

This commit is contained in:
Henry Whitaker
2021-04-10 11:57:01 +01:00
parent fe871a7d58
commit 9870aeb9ba
7 changed files with 106 additions and 56 deletions

View File

@@ -19,7 +19,7 @@ class AddVisibleColumnsSetting extends Migration
Setting::create([
'name' => 'visible_columns',
'value' => 'id,created_at,download,upload,ping',
'description' => 'Columns visible in the "All Tests" table.'
'description' => 'Choose and order the columns shown in the "All Tests" table.'
]);
}
}