From d526b2fd98d3adc9e6da053d07ef7a90540a9c94 Mon Sep 17 00:00:00 2001 From: terrtia Date: Mon, 11 Mar 2024 15:36:24 +0100 Subject: [PATCH] chg: [correlation UI] change Direct Correlations position --- .../correlation/show_correlation.html | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/var/www/templates/correlation/show_correlation.html b/var/www/templates/correlation/show_correlation.html index 49c8c90c..a3fae335 100644 --- a/var/www/templates/correlation/show_correlation.html +++ b/var/www/templates/correlation/show_correlation.html @@ -204,6 +204,22 @@
+
    +
  • Direct Correlations
  • +
  • + {% for obj_type in dict_object['nb_correl'] %} +
    +
    + {{ obj_type }} +
    +
    + {{ dict_object['nb_correl'][obj_type] }} +
    +
    + {% endfor %} +
  • +
+
  • Select Correlation
  • @@ -343,21 +359,6 @@

-
    -
  • Direct Correlations
  • -
  • - {% for obj_type in dict_object['nb_correl'] %} -
    -
    - {{ obj_type }} -
    -
    - {{ dict_object['nb_correl'][obj_type] }} -
    -
    - {% endfor %} -
  • -