diff options
Diffstat (limited to 'app/views/admin/runners/update.js.haml')
-rw-r--r-- | app/views/admin/runners/update.js.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/runners/update.js.haml b/app/views/admin/runners/update.js.haml new file mode 100644 index 00000000000..2b7d3067e20 --- /dev/null +++ b/app/views/admin/runners/update.js.haml @@ -0,0 +1,2 @@ +:plain + $("#runner_#{@runner.id}").replaceWith("#{escape_javascript(render(@runner))}") |