From f5553d05fcbc7e4801b8acee20c11110ee409bff Mon Sep 17 00:00:00 2001 From: Onur ULUSOY Date: Mon, 11 Nov 2024 11:05:23 +0000 Subject: [PATCH] fix: Renamed yc_demo with yc_mode --- .../app/templates/libraries/control_element_header.html | 4 ++-- .../dash/app/templates/libraries/control_library.html | 8 ++++---- .../app/templates/libraries/control_library_header.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/upsonic_on_prem/dash/app/templates/libraries/control_element_header.html b/upsonic_on_prem/dash/app/templates/libraries/control_element_header.html index 3217c95..38a8fd3 100644 --- a/upsonic_on_prem/dash/app/templates/libraries/control_element_header.html +++ b/upsonic_on_prem/dash/app/templates/libraries/control_element_header.html @@ -38,8 +38,8 @@

    - {% yc_demo as yc_demo %} - {% if not yc_demo %} + {% yc_mode as yc_mode %} + {% if not yc_mode %} Home diff --git a/upsonic_on_prem/dash/app/templates/libraries/control_library.html b/upsonic_on_prem/dash/app/templates/libraries/control_library.html index 8894631..9c64372 100644 --- a/upsonic_on_prem/dash/app/templates/libraries/control_library.html +++ b/upsonic_on_prem/dash/app/templates/libraries/control_library.html @@ -59,8 +59,8 @@ - {% yc_demo as yc_demo %} - {% if not yc_demo %} + {% yc_mode as yc_mode %} + {% if not yc_mode %} @@ -70,8 +70,8 @@ {% else %} - {% yc_demo as yc_demo %} - {% if not yc_demo %} + {% yc_mode as yc_mode %} + {% if not yc_mode %} {% endif %} diff --git a/upsonic_on_prem/dash/app/templates/libraries/control_library_header.html b/upsonic_on_prem/dash/app/templates/libraries/control_library_header.html index 625e159..3fc42cc 100644 --- a/upsonic_on_prem/dash/app/templates/libraries/control_library_header.html +++ b/upsonic_on_prem/dash/app/templates/libraries/control_library_header.html @@ -30,8 +30,8 @@

      - {% yc_demo as yc_demo %} - {% if not yc_demo %} + {% yc_mode as yc_mode %} + {% if not yc_mode %} home