Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mega.html « backends « templates « ngax « webroot « Server « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 069e6bad97551ac050f852f25393a4f5130639ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="input text">
    <label for="mega_path">Folder path</label>
    <input type="text" name="mega_path" id="mega_path" ng-model="$parent.Path" placeholder="Enter folder path name" />
</div>

<div class="input text">
    <label for="mega_username">Username</label>
    <input type="text" name="mega_username" id="mega_username" ng-model="$parent.Username" placeholder="Username" />
</div>
<div class="input password">
    <label for="mega_password">Password</label>
    <input type="password" name="mega_password" id="mega_password" ng-model="$parent.Password" placeholder="Password" />
</div>