瀏覽代碼

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

James Iter 9 年之前
父節點
當前提交
32fd9d7451
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>