diff options
Diffstat (limited to 'module/web/templates/default')
-rw-r--r-- | module/web/templates/default/settings.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index fc33ca64a..776089c47 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -126,6 +126,7 @@ <th>{{ _("Valid until") }}</th> <th>{{ _("Traffic left") }}</th> <th>{{ _("Time") }}</th> + <th>{{ _("Max Parallel") }}</th> <th>{{ _("Delete?") }}</th> </tr> </thead> @@ -182,6 +183,11 @@ size="7" value="{{account.time}}"/> </td> <td> + <input id="{{plugin}}|limitdl;{{account.login}}" + name="{{plugin}}|limitdl;{{account.login}}" type="text" + size="2" value="{{account.limitdl}}"/> + </td> + <td> <input id="{{plugin}}|delete;{{account.login}}" name="{{plugin}}|delete;{{account.login}}" type="checkbox" value="True"/> |