Skip to content

Commit 7056e04

Browse files
committed
Added Jobs button in home page
1 parent 12a5b5e commit 7056e04

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
This release requires fractal-server 1.4.0.
66

7+
* Added Jobs button in home page (\#346).
78
* Improved jobs table layout for small screens (\#346).
89
* Fixed jobs status badge color bug (\#346).
910
* Aligned with fractal-server 1.4.0 API, including trailing slash for endpoints' paths (\#328).

src/routes/+page.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
To access Fractal features, you should first log-in as a registered user. Navigate to the
1717
<i>Projects</i>
1818
page to create new projects and to create/edit/execute image-analysis workflows. The
19-
<i>Tasks</i> page lets you view/edit the available image-analysis tasks or create new ones.
19+
<i>Tasks</i> page lets you view/edit the available image-analysis tasks or create new ones. The
20+
<i>Jobs</i> page lets you view jobs associated to your projects.
2021
</p>
2122

2223
<div class="col mb-3">
@@ -25,6 +26,7 @@
2526
{/if}
2627
<a href="/projects" class="btn btn-primary">Projects</a>
2728
<a href="/tasks" class="btn btn-primary">Tasks</a>
29+
<a href="/jobs" class="btn btn-primary">Jobs</a>
2830
</div>
2931

3032
{#if env.PUBLIC_FRACTAL_ADMIN_SUPPORT_EMAIL}

0 commit comments

Comments
 (0)