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', method: 'POST',
title: '{% trans "Install Plugin" %}', title: '{% trans "Install Plugin" %}',
fields: { fields: {
url: {},
packagename: {}, packagename: {},
url: {},
confirm: {}, confirm: {},
}, },
onSuccess: function(data) { onSuccess: function(data) {