ui: makefile: fix order
else some panels try to use conetent view before it is defined, triggering the ExtJS auto-load from server magic, which fails - while it does not breaks the UI, it generates a warning in the console and an unnecessary request doomed to fail anyway. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -234,12 +234,12 @@ JSSRC= \
|
||||
sdn/zones/SimpleEdit.js \
|
||||
sdn/zones/VlanEdit.js \
|
||||
sdn/zones/VxlanEdit.js \
|
||||
storage/ContentView.js \
|
||||
storage/BackupView.js \
|
||||
storage/Base.js \
|
||||
storage/Browser.js \
|
||||
storage/CIFSEdit.js \
|
||||
storage/CephFSEdit.js \
|
||||
storage/ContentView.js \
|
||||
storage/DirEdit.js \
|
||||
storage/GlusterFsEdit.js \
|
||||
storage/ImageView.js \
|
||||
|
Reference in New Issue
Block a user