X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=a6ef7859feb158dca03a5b9441c9c691c1ee6791;hb=9503d4570ee85f29ae4f1c6530fe3ac21aeafdad;hp=c1cbc3db4b9d7113fe5674966e109600aa1d5cc6;hpb=621b567f217d4b31710bd81aec43d816523b79fc;p=proxmox-widget-toolkit.git diff --git a/Makefile b/Makefile index c1cbc3d..a6ef785 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=proxmox-widget-toolkit PKGVER=1.0 -PKGREL=5 +PKGREL=9 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb @@ -16,7 +16,6 @@ JSSRC= \ mixin/CBind.js \ data/reader/JsonObject.js \ data/ProxmoxProxy.js \ - data/UpdateQueue.js \ data/UpdateStore.js \ data/DiffStore.js \ data/ObjectStore.js \ @@ -30,6 +29,7 @@ JSSRC= \ form/LanguageSelector.js \ form/ComboGrid.js \ form/RRDTypeSelector.js \ + form/BondModeSelector.js \ button/Button.js \ button/HelpButton.js \ grid/ObjectGrid.js \