mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
reorder fields
This commit is contained in:
parent
a617b8b158
commit
d750e9e191
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user