summaryrefslogtreecommitdiff
path: root/contrib/dashboard.html
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2019-05-24 17:25:29 +0300
committerLars-Dominik Braun <lars@6xq.net>2019-05-24 17:25:29 +0300
commitf6522475833c084c47f6a3c142feeca1c3b4261f (patch)
treeff8ccccbde97a8a18ad2c2ddbd7bdcbf97469043 /contrib/dashboard.html
parent94590852e026ebb39dba93972da6ccf18f547a83 (diff)
downloadcrocoite-f6522475833c084c47f6a3c142feeca1c3b4261f.tar.gz
crocoite-f6522475833c084c47f6a3c142feeca1c3b4261f.tar.bz2
crocoite-f6522475833c084c47f6a3c142feeca1c3b4261f.zip
dashboard: Remove delete button
There’s really no point in having it
Diffstat (limited to 'contrib/dashboard.html')
-rw-r--r--contrib/dashboard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dashboard.html b/contrib/dashboard.html
index 4468786..49a15bc 100644
--- a/contrib/dashboard.html
+++ b/contrib/dashboard.html
@@ -15,7 +15,7 @@
<h1 class="title">chromebot dashboard</h1>
<bot-status v-bind:jobs="jobs"></bot-status>
<div class="jobs">
- <job-item v-for="j in jobs" v-bind:job="j" v-bind:jobs="jobs" v-bind:ignored="ignored" v-bind:key="j.id"></job-item>
+ <job-item v-for="j in jobs" v-bind:job="j" v-bind:jobs="jobs" v-bind:key="j.id"></job-item>
</div>
</section>
<script src="dashboard.js"></script>