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 }}
+
+ + + + +