From 1611ac3b000e27f1ad62ccf3c49636cb60393ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Palancher?= Date: Fri, 8 Nov 2024 19:07:17 +0100 Subject: [PATCH] feat(front): hash on job fields Display hash near all jobs fields in job details page to generate link to highlight specific field. fix #251 --- CHANGELOG.md | 2 + frontend/src/views/JobView.vue | 239 ++++++++++++++++++++++----------- 2 files changed, 166 insertions(+), 75 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 598286af..6f211676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 timeseries metrics. - Display charts of resources (nodes/cores) status and jobs queue in dashboard page based on metrics from Prometheus (#275). + - Display hash near all jobs fields in job details page to generate link to + highlight specific field (#251). - conf: - Add `racksdb` > `infrastructure` parameter for the agent. - Add `metrics` > `enabled` parameter for the agent. diff --git a/frontend/src/views/JobView.vue b/frontend/src/views/JobView.vue index db12573c..6a4a0d59 100644 --- a/frontend/src/views/JobView.vue +++ b/frontend/src/views/JobView.vue @@ -7,8 +7,9 @@ --> @@ -162,12 +233,30 @@ const jobFields = computed(() => {
-
{{ field.label }}
+
+ + + + +