|
|
|
@ -1,4 +1,13 @@
|
|
|
|
|
<form class="form-horizontal" name="registryFormDockerhub" ng-submit="$ctrl.formAction()">
|
|
|
|
|
<div class="col-sm-12 form-section-title"> Important notice </div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<span class="col-sm-12 text-muted small">
|
|
|
|
|
<p>
|
|
|
|
|
For information on how to generate a DockerHub Access Token, follow the
|
|
|
|
|
<a href="https://docs.docker.com/docker-hub/access-tokens/" target="_blank">dockerhub guide</a>.
|
|
|
|
|
</p>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-12 form-section-title"> DockerHub account details </div>
|
|
|
|
|
<!-- name-input -->
|
|
|
|
|
<div class="form-group">
|
|
|
|
@ -32,7 +41,7 @@
|
|
|
|
|
<!-- !credentials-user -->
|
|
|
|
|
<!-- credentials-password -->
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="registry_password" class="col-sm-3 col-lg-2 control-label text-left">DockerHub password</label>
|
|
|
|
|
<label for="registry_password" class="col-sm-3 col-lg-2 control-label text-left">DockerHub access token</label>
|
|
|
|
|
<div class="col-sm-9 col-lg-10">
|
|
|
|
|
<input type="password" class="form-control" id="registry_password" name="registry_password" ng-model="$ctrl.model.Password" required />
|
|
|
|
|
</div>
|
|
|
|
|