From 4a08490b81182435b6d3ae8cbd1d428e56ee88d9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 16 Dec 2019 18:16:05 +0100 Subject: [PATCH] add CSS file for PBS ExtJS6 basic ui some fitting rules copied over from PVE's ext6-pve.css file. simply place it in the css subfolder where the proxmox-backup-gui.js file is hosted and add a "css/" alias for that directory, the formatter gets use the right content type with that. Signed-off-by: Thomas Lamprecht --- src/server/rest.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/rest.rs b/src/server/rest.rs index 80c594c8..54cef749 100644 --- a/src/server/rest.rs +++ b/src/server/rest.rs @@ -337,6 +337,7 @@ fn get_index(username: Option, token: Option) -> Response +