diff --git a/app/Views/admin/cloudflare/api/zone/index.php b/app/Views/admin/cloudflare/api/zone/index.php
index eb0b133..94f7252 100644
--- a/app/Views/admin/cloudflare/api/zone/index.php
+++ b/app/Views/admin/cloudflare/api/zone/index.php
@@ -23,7 +23,9 @@
>
|
- = form_checkbox(["id" => "checkbox_uid_{$row['uid']}", "name" => "batchjob_uids[]", "value" => $row['uid'], "class" => "batchjobuids_checkboxs"]); ?>
+
+ = form_checkbox(["id" => "checkbox_uid_{$row['uid']}", "name" => "batchjob_uids[]", "value" => $row['uid'], "class" => "batchjobuids_checkboxs"]); ?>
+
= anchor(current_url() . '/sync/' . $row['uid'], $total_count - (($page - 1) * $per_page + $i)) ?>
|