Commit Graph

22 Commits

Author SHA1 Message Date
63bd6a9f5a GUI: fix borders 2019-04-11 12:18:04 +02:00
8d76e8b773 www/DataStoreConfig.js: popup task viewer when starting GC 2019-04-11 11:16:30 +02:00
ad281d1bd9 www/DataStoreConfig.js: add button to start GC 2019-04-01 08:08:34 +02:00
c8fd2dd2b8 www/DataStoreConfig.js - add title 2019-02-16 13:46:20 +01:00
6285b251e7 don't hardcode /usr/share paths
Add a defines.mk file defining the standard default layout
for installation (PREFIX, DATAROOTDIR, LIBDIR etc.).

Add a $(JSDIR) variable and use env!("JSDIR") in place of
the hardcoded /usr/share/javascript/proxmox-backup path.

Have defines.mk include an *optional* local.mak to override
JSDIR to www/ during local development.

Add `make install` targets and remove debian/install.

Note that service files are now in $libdir/proxmox-backup/
as there's usually no point in starting them from the
command line, so /usr/sbin makes no sense.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-02-01 10:41:54 +01:00
9fa03fa2d3 www: build proxmox-backup-gui.js into the js/ subdir
The server expects an images/ subdir and a js/ subdir, so we
should also compile our files using the same structure.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-02-01 10:41:54 +01:00
f484eed3c2 Utils.js: fix cookie handling
Use unsecure cookie foör testing.
2019-01-31 10:08:08 +01:00
34f956bc25 api2/access.rs: add ticket api 2019-01-30 15:16:10 +01:00
68cacc0066 ServerAdministration.js: use localhost inside api path 2019-01-25 13:14:43 +01:00
d1a35593cb ServerAdministration.js: new widget 2019-01-25 13:10:55 +01:00
d85facd1d2 DataStoreConfig.js: new widget 2019-01-25 13:04:10 +01:00
864e85f4ff www/OnlineHelpInfo.js: add dummy to avoid warnings 2019-01-25 12:37:01 +01:00
b2b3485d5f src/api2/node: start node configuration api 2019-01-23 13:09:17 +01:00
576e3bf252 rename api3 back to api2
There is no real need to change the path, so using api2 we can reuse
all helpers (like tools from proxmox widget toolkit).
2019-01-22 12:10:38 +01:00
b0ee976fbf gui: add navigation tree 2019-01-22 11:48:00 +01:00
4b26195c6a extract version from environment 2018-12-05 14:40:45 +01:00
03862a2eeb Utils.js: add code to make api3 request 2018-12-05 12:42:18 +01:00
e4dc0a14ac add VersionInfo.js 2018-12-04 17:58:40 +01:00
5c7a1b15c8 start the GUI 2018-12-04 17:53:10 +01:00
8adbdb0a54 fix file download, listen to 0.0.0.0 2018-12-01 15:21:25 +01:00
f4c514c13d remove www/pbs-index.html.tt, hardcode into rust for now 2018-12-01 13:37:49 +01:00
ebc9a69215 install GUI index file 2018-12-01 11:19:46 +01:00