From def56c971c9217cb97a5a4035599c9de39ff7e4d Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 25 Feb 2014 00:19:38 -0500 Subject: [PATCH] Fix entering of docker file folders manually, and show the linked docker file in the build trigger view --- static/directives/resource-view.html | 4 +--- static/directives/trigger-description.html | 7 +++++++ static/directives/trigger-setup-github.html | 2 +- static/js/app.js | 5 ++++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/static/directives/resource-view.html b/static/directives/resource-view.html index 7763fa52a..0952bf2f4 100644 --- a/static/directives/resource-view.html +++ b/static/directives/resource-view.html @@ -1,7 +1,5 @@
-
-
-
+
{{ errorMessage }}
diff --git a/static/directives/trigger-description.html b/static/directives/trigger-description.html index 11f48e57d..d56a52b9b 100644 --- a/static/directives/trigger-description.html +++ b/static/directives/trigger-description.html @@ -2,6 +2,13 @@ Push to GitHub repository {{ trigger.config.build_source }} +
+ Dockerfile: + + //{{ trigger.config.subdir }}/Dockerfile + + +
Unknown diff --git a/static/directives/trigger-setup-github.html b/static/directives/trigger-setup-github.html index d7c4b73f2..46c6a29f5 100644 --- a/static/directives/trigger-setup-github.html +++ b/static/directives/trigger-setup-github.html @@ -29,7 +29,7 @@
Dockerfile Location: