mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
Styled columns and refresh config on save
This commit is contained in:
@@ -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.'
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user