From c7c586167cb8a013366c70c08d550a64bdd03455 Mon Sep 17 00:00:00 2001 From: Paolo Greppi Date: Wed, 17 Mar 2021 09:21:16 +0100 Subject: [PATCH] use relative paths to support LAMINAR_BASE_URL option --- src/resources/index.html | 34 +++++++++++++++++----------------- src/resources/js/app.js | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/resources/index.html b/src/resources/index.html index cc9f856..9b9e83d 100644 --- a/src/resources/index.html +++ b/src/resources/index.html @@ -22,13 +22,13 @@ - - + + @@ -104,7 +104,7 @@
{{job.name}} #{{job.number}}{{job.name}} #{{job.number}} {{formatDate(job.started)}} {{formatDuration(job.started,job.completed)}}