diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-05-24 17:25:29 +0300 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-05-24 17:25:29 +0300 |
commit | f6522475833c084c47f6a3c142feeca1c3b4261f (patch) | |
tree | ff8ccccbde97a8a18ad2c2ddbd7bdcbf97469043 /contrib/dashboard.html | |
parent | 94590852e026ebb39dba93972da6ccf18f547a83 (diff) | |
download | crocoite-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.html | 2 |
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> |