mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 19:40:25 +08:00
13 lines
769 B
HTML
13 lines
769 B
HTML
<div class="input text">
|
|
<label for="generic_path" translate>Path on server</label>
|
|
<input type="text" name="generic_path" id="generic_path" ng-model="$parent.Path" placeholder="{{'Destination path' | translate}}" />
|
|
</div>
|
|
|
|
<div class="input text">
|
|
<label for="generic_username" translate>Username</label>
|
|
<input type="text" name="generic_username" id="generic_username" ng-model="$parent.Username" placeholder="{{'Authentication username' | translate}}" />
|
|
</div>
|
|
<div class="input password">
|
|
<label for="generic_password" translate>Password</label>
|
|
<input autocomplete="new-password" type="password" name="generic_password" id="generic_password" ng-model="$parent.Password" placeholder="{{'Authentication password' | translate}}" />
|
|
</div>
|