From b3278511fba91e54898fab600340f49421ecc4bc Mon Sep 17 00:00:00 2001 From: Joxit Date: Wed, 25 Jan 2023 21:59:43 +0100 Subject: [PATCH] feat(dockerfile): add button for Dockerfile dialog --- src/components/tag-history/tag-history.riot | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/components/tag-history/tag-history.riot b/src/components/tag-history/tag-history.riot index f38e5465..78ee07e9 100644 --- a/src/components/tag-history/tag-history.riot +++ b/src/components/tag-history/tag-history.riot @@ -29,6 +29,16 @@ along with this program. If not, see . arrow_back

History of { props.image }:{ props.tag } history

+ + Dockerfile +
@@ -238,4 +248,12 @@ along with this program. If not, see . return res; }; +