diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-27 22:34:24 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-27 22:34:24 +0100 |
| commit | 746cf7f4b5bdddd4728bfb7b79abf6edc43d1cc4 (patch) | |
| tree | 7a6586c50ec1c5995df290fe3a6d282a6136ae6b /app/templates/admin/list.html | |
| parent | fb5cba4cc82efa5cae4e78c5ad75575b615de378 (diff) | |
| download | cheatdb-746cf7f4b5bdddd4728bfb7b79abf6edc43d1cc4.tar.xz | |
Add bulk dependency importer from Github
Diffstat (limited to 'app/templates/admin/list.html')
| -rw-r--r-- | app/templates/admin/list.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index 3c15fa9..284919d 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -17,8 +17,9 @@ <form method="post" action="" class="box-body"> <input type="hidden" name="csrf_token" value="{{ csrf_token() }}" /> <select name="action"> - <option value="importusers" selected>Create users from mod list</option> + <option value="importusers">Create users from mod list</option> <option value="importscreenshots">Import screenshots from VCS</option> + <option value="importdepends" selected>Import dependencies from downloads</option> </select> <input type="submit" value="Perform" /> </form> |
