mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 19:40:25 +08:00
13 lines
729 B
HTML
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>
|