Parcourir la source

修正系统模板页面启动作业跳转功能

James Iter il y a 9 ans
Parent
commit
32fd9d7451
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      templates/os_template_show.html

+ 1 - 1
templates/os_template_show.html

@@ -460,7 +460,7 @@
                         </a>
                     </td>
                     <td>
-                        <a href="/boot_jobs/{{ item.boot_job_id }}">
+                        <a href="/boot_jobs?boot_job_id={{ item.boot_job_id }}">
                             {{ boot_jobs_mapping_by_id[item.boot_job_id].name }}
                         </a>
                     </td>