diff --git a/web/application/views/history.html b/web/application/views/history.html index e0496a0..114db88 100644 --- a/web/application/views/history.html +++ b/web/application/views/history.html @@ -31,7 +31,7 @@
Output | diff --git a/web/application/views/main.html b/web/application/views/main.html index 5879db8..ff73730 100644 --- a/web/application/views/main.html +++ b/web/application/views/main.html @@ -31,10 +31,14 @@{{job.last_result}} | History | Delete | - {% if job.force_run == 1 %} -Enabled | + {% if job.getRunType != "External Source" %} + {% if job.force_run == 1 %} +Enabled | + {% else %} +Disabled | + {% endif %} {% else %} -Disabled | +{% endif %} |
---|