reorder fields

This commit is contained in:
Matthias 2021-11-18 16:26:31 +01:00
parent a617b8b158
commit d750e9e191
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -14,8 +14,8 @@ function installPlugin() {
method: 'POST',
title: '{% trans "Install Plugin" %}',
fields: {
url: {},
packagename: {},
url: {},
confirm: {},
},
onSuccess: function(data) {