We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bfa96 commit 4102a5cCopy full SHA for 4102a5c
1 file changed
client/directives/modals/settingsModal/forms/privateRegistryForm/privateRegistryFormView.jade
@@ -1,4 +1,3 @@
1
-
2
section.label-description
3
.label-col Private Registry
4
.small.text-gray If you push your images to a private registry, you can safely store your credentials to use those images on Runnable. 
@@ -58,8 +57,8 @@ form.grid-block.vertical.well.gray.ignore-margin(
58
57
)
59
button.btn.btn-md.gray.btn-cancel(
60
data-event-name = "Clicked 'Back' in Private Registry Settings"
61
- ng-if = "PRFC.authorized && PRFC.formReset"
62
ng-click = "PRFC.formReset = false"
+ ng-if = "PRFC.authorized && PRFC.formReset"
63
) Back
64
button.grid-block.shrink.align-center.btn.btn-md.green(
65
data-event-name = "Clicked to Add Private Registry"
0 commit comments