Index: /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/system/submenu/backup/backup.html
===================================================================
--- /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/system/submenu/backup/backup.html	(revision 2548)
+++ /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/system/submenu/backup/backup.html	(working copy)
@@ -24,8 +24,8 @@
                     </thead>
                     <tbody>
                     <tr ng-repeat="item in bScheduleCollection">
-                        <td class="d-num">{{item.backup_target}}</td>
                         <td class="d-num">{{ $index + 1 }}</td>
+                        <td class="d-num">{{item.backup_target}}</td>
                         <td>
                             Frequency: {{item.frequency}},
                             <span ng-if="item.day_of_the_month != null">Day of Month: {{item.day_of_the_month}},</span>
