Skip to content

Commit

Permalink
Add translated flag to active admin
Browse files Browse the repository at this point in the history
  • Loading branch information
QbDesu committed Jan 23, 2025
1 parent cf4b3ae commit 15e60e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/admin/recording.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
column :html5
column :high_quality
column :language
column :translated
#column :size
#column :length
#column :state
Expand All @@ -42,6 +43,7 @@
row :html5
row :high_quality
row :language
row :translated
row :size
row :length
row :width
Expand All @@ -56,6 +58,7 @@
f.input :mime_type, collection: MimeType.all
f.input :html5
f.input :language, hint: 'ISO-639-2 codes (deu, eng), delimeted by -'
f.input :translated
f.input :size, label: 'file size in mb'
f.input :length, label: 'run-time in seconds'
f.input :high_quality
Expand Down

0 comments on commit 15e60e9

Please sign in to comment.