diff --git a/web/application/views/history.html b/web/application/views/history.html index b4d0652..e0496a0 100644 --- a/web/application/views/history.html +++ b/web/application/views/history.html @@ -48,7 +48,7 @@ {% endif %} {% for history in histories %} - View + View {{history.run_date}} {{history.time_taken}} {{history.result}} diff --git a/web/application/views/main.html b/web/application/views/main.html index 11ccbee..e5cd973 100644 --- a/web/application/views/main.html +++ b/web/application/views/main.html @@ -23,18 +23,18 @@ {% for job in jobs %} - Edit + Edit {{job.jobName}} {{job.getRunType}} {{job.cron}} {{job.getLastRun}} {{job.last_result}} - History + History Delete {% if job.force_run == 1 %} - Enabled + Enabled {% else %} - Disabled + Disabled {% endif %} {% endfor %} diff --git a/web/application/views/menu.html b/web/application/views/menu.html index 4c14d9f..af275ae 100644 --- a/web/application/views/menu.html +++ b/web/application/views/menu.html @@ -9,18 +9,18 @@ - Kritbit + Kritbit