2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

reorder fields

This commit is contained in:
Matthias
2021-11-18 16:26:31 +01:00
parent a617b8b158
commit d750e9e191

View File

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