From 9d89bc071c0148b1d3551169ed375a592ad108fd Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 30 Jun 2022 13:05:57 +0530 Subject: [PATCH] fet: show Gitea and woodpecker URIs in view instance page --- dash/templates/dash/instances/view/index.html | 1 + dash/views.py | 6 ++++++ infrastructure/utils.py | 6 +++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/dash/templates/dash/instances/view/index.html b/dash/templates/dash/instances/view/index.html index a616e9b..b5bfb28 100644 --- a/dash/templates/dash/instances/view/index.html +++ b/dash/templates/dash/instances/view/index.html @@ -12,6 +12,7 @@

Created On: {{ instance.created_at }}

+

Gitea Instance|Woodpecker CI

str: + def get_woodpecker_uri(cls, instance: Instance) -> str: """ Get an instance's Gitea URI """