File tree Expand file tree Collapse file tree
client/directives/modals/settingsModal/forms/privateRegistryForm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11section.label-description
22 .label-col Private Registry
3- .small.text-gray If you push your images to a private registry, you can safely store your credientials to use those images on Runnable. 
3+ .small.text-gray If you push your images to a private registry, you can safely store your credentials to use those images on Runnable. 
44 a.link (
55 href = "//runnable.com/docs"
66 target = "_blank"
@@ -29,7 +29,7 @@ form.grid-block.vertical.well.gray.ignore-margin(
2929 spellcheck = "false"
3030 type = "url"
3131 )
32- small.grid-block.padding-xxs.small Add the URL for the registry you use. This could be from Docker Hub, or a private registry.
32+ small.grid-block.padding-xxs.small Add the URL for the registry you use. This could be from Docker Hub or a private registry.
3333 label.padding-sm.label
3434 .padding-xxs.small.label-sm Username
3535 input.input.input-md.input-validate (
@@ -50,7 +50,13 @@ form.grid-block.vertical.well.gray.ignore-margin(
5050 spellcheck = "false"
5151 type = "password"
5252 )
53- footer.margin-top-sm.padding-sm.grid-block.justify-right.footer
53+ footer.margin-top-sm.padding-sm.grid-block.footer (
54+ ng-class = "{\
55+ 'justify-justified': state.authorized,\
56+ 'justify-right': !state.authorized\
57+ }"
58+ )
59+ button.btn.btn-md.gray.btn-cancel Back
5460 button.grid-block.shrink.align-center.btn.btn-md.green (
5561 ng-click = "state.saving = true"
5662 ng-disabled = "state.saving || privateRegistryForm.$invalid"
You can’t perform that action at this time.
0 commit comments