From aba4187d81bce38cc2357c985ce74280620298a0 Mon Sep 17 00:00:00 2001 From: EvB Date: Thu, 12 Jan 2017 11:22:59 -0500 Subject: [PATCH] fix(dockerfile-build-dialog): disable button until ready Ensure the callback function in the dockerfileBuildDialog directive is set, and therefore that it's ready to start a build, before enabling the button to trigger start build. Fixes: [Issue #203931642/](https://sentry.io/coreos/frontend-production/issues/203931642/) --- static/directives/dockerfile-build-dialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/directives/dockerfile-build-dialog.html b/static/directives/dockerfile-build-dialog.html index 57cd95bd9..088379a01 100644 --- a/static/directives/dockerfile-build-dialog.html +++ b/static/directives/dockerfile-build-dialog.html @@ -59,7 +59,7 @@