diff --git a/dashboard/src/views/CronJobPage.vue b/dashboard/src/views/CronJobPage.vue index 1e8cfb8e2..b7aa9a532 100644 --- a/dashboard/src/views/CronJobPage.vue +++ b/dashboard/src/views/CronJobPage.vue @@ -28,17 +28,13 @@ {{ tm('table.empty') }} - + - {{ item.name }} - {{ item.description }} + + {{ item.name }} + {{ item.description }} + @@ -57,15 +53,10 @@ {{ item.note || tm('table.notAvailable') }} - - {{ tm('actions.delete') }} + + {{ tm('actions.delete') + }} @@ -83,39 +74,19 @@ - - - - + + + + {{ tm('actions.cancel') }} - {{ tm('actions.submit') }} + {{ tm('actions.submit') + }}