summaryrefslogtreecommitdiff
path: root/app/views/backup_jobs/_form_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/backup_jobs/_form_core.html.haml')
-rw-r--r--app/views/backup_jobs/_form_core.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/backup_jobs/_form_core.html.haml b/app/views/backup_jobs/_form_core.html.haml
index 536fb18..9d439c5 100644
--- a/app/views/backup_jobs/_form_core.html.haml
+++ b/app/views/backup_jobs/_form_core.html.haml
@@ -3,4 +3,3 @@
= f.input :finished_at, :label => t('backup_jobs.form.finished_at.label'), :hint => conditional_hint('backup_jobs.form.finished_at.hint')
= f.input :state, :label => t('backup_jobs.form.state.label'), :hint => conditional_hint('backup_jobs.form.state.hint')
= f.input :directory, :label => t('backup_jobs.form.directory.label'), :hint => conditional_hint('backup_jobs.form.directory.hint')
- = f.input :size_of_the_backup, :label => t('backup_jobs.form.size_of_the_backup.label'), :hint => conditional_hint('backup_jobs.form.size_of_the_backup.hint')