Skip to content

Commit 2b46119

Browse files
committed
perf: add project ID to homepage
1 parent b8809e5 commit 2b46119

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

views/index.jade

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ block content
2121
thead
2222
tr
2323
th
24+
th ID
2425
th Name
2526
th Experiment
26-
th Optimisation
27+
th Hyperparamater Optimisation
2728
th Results
2829
tbody
2930
- each project in projects
3031
tr
3132
th
3233
button.btn.btn-danger-outline.btn-sm.delete(data-type="projects", data-id="#{project._id}", type="button") #[span.octicon.octicon-trashcan]
34+
th #{project._id}
3335
th #{project.name}
3436
th
3537
a(href="/projects/" + project._id)

0 commit comments

Comments
 (0)