Skip to content

Commit

Permalink
jobsview: Add a note about jobs getting deleted after a week
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Blin <[email protected]>
  • Loading branch information
kblin committed Nov 27, 2023
1 parent bb1a822 commit 3050f02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/JobsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ onUnmounted(() => {
<template>
<main class="container">
<h1>Jobs</h1>
<div class="tip">Jobs will be deleted after 7 days.</div>
<div>
<table>
<thead>
Expand Down Expand Up @@ -122,4 +123,7 @@ onUnmounted(() => {
.__job_link {
cursor: pointer;
}
.tip {
text-align: right;
}
</style>

0 comments on commit 3050f02

Please sign in to comment.