duplicati/Duplicati/Server/webroot/ngax/templates/backends/azure.html
2024-07-28 03:15:06 -04:00

13 lines
729 B
HTML

<div class="input text">
<label for="azure_path" translate>Container name</label>
<input type="text" name="azure_path" id="azure_path" ng-model="$parent.Path" placeholder="{{'Container name' | translate}}" />
</div>
<div class="input text">
<label for="azure_username" translate>Account name</label>
<input type="text" name="azure_username" id="azure_username" ng-model="$parent.Username" placeholder="{{'Account name' | translate}}" />
</div>
<div class="input password">
<label for="azure_password" translate>Access key</label>
<input autocomplete="new-password" type="password" name="azure_password" id="azure_password" ng-model="$parent.Password" placeholder="{{'Access key' | translate}}" />
</div>