From a733ae9d4d6868e81c5f96f3986b1202e94ddde8 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Thu, 9 Jan 2025 22:33:29 +0100 Subject: [PATCH] fix: remove deprecated workflow tabs in organization / repository view --- otterdog/webapp/templates/home/organization.html | 7 +------ otterdog/webapp/templates/home/repository.html | 6 ------ 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/otterdog/webapp/templates/home/organization.html b/otterdog/webapp/templates/home/organization.html index c4b754dc..4899ad6e 100644 --- a/otterdog/webapp/templates/home/organization.html +++ b/otterdog/webapp/templates/home/organization.html @@ -68,9 +68,6 @@

{{ project_name }}

- @@ -381,9 +378,7 @@

Status

-
{{ config.settings|pretty_format_model }}
-
-
{{ config.settings.workflows|pretty_format_model }}
+
{{ config.settings|pretty_format_model }}
diff --git a/otterdog/webapp/templates/home/repository.html b/otterdog/webapp/templates/home/repository.html index e27f7ac9..25f1c507 100644 --- a/otterdog/webapp/templates/home/repository.html +++ b/otterdog/webapp/templates/home/repository.html @@ -58,9 +58,6 @@

Repository {{ repo_name }}

- @@ -147,9 +144,6 @@

Repository {{ repo_name }}

{{ repo_config|pretty_format_model }}
-
-
{{ repo_config.workflows|pretty_format_model }}
-