diff --git a/src/components/dialogs/dockerfile.riot b/src/components/dialogs/dockerfile.riot new file mode 100644 index 0000000..83f8a52 --- /dev/null +++ b/src/components/dialogs/dockerfile.riot @@ -0,0 +1,68 @@ + + + +
Dockerfile
+
+ +
+
+ + Close + +
+
+ +
diff --git a/src/components/tag-history/tag-history.riot b/src/components/tag-history/tag-history.riot index 78ee07e..be0f2d4 100644 --- a/src/components/tag-history/tag-history.riot +++ b/src/components/tag-history/tag-history.riot @@ -36,6 +36,7 @@ along with this program. If not, see . waves-center="true" rounded="true" outlined + onClick="{ showDockerfile }" > Dockerfile @@ -44,6 +45,11 @@ along with this program. If not, see .
+ .