Skip to content

Commit

Permalink
fix hash cache
Browse files Browse the repository at this point in the history
  • Loading branch information
OviOvocny committed Feb 4, 2024
1 parent 1b34135 commit c4068b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
</template>
<template v-slot:item.job="{ item }">
<router-link
v-if="item.job"
:to="{ name: 'jobDetail', params: { id: item.job.id } }"
class="middle"
>
Expand All @@ -99,7 +100,7 @@
{text: 'Hash type', value: 'hash_type_name', align: 'start', sortable: true},
{text: 'Hash', value: 'hash', align: 'start', sortable: true},
{text: 'Added', value: 'added', align: 'start', sortable: true},
{text: 'Job', value: 'job', align: 'end', sortable: true}
/* {text: 'Job', value: 'job', align: 'end', sortable: true} // for now there is no job link, so skip */
],
hashes:
[]
Expand Down

0 comments on commit c4068b2

Please sign in to comment.