From d02e6a798b5fc7753a726ec157da6f1306346b86 Mon Sep 17 00:00:00 2001 From: Nalle Date: Tue, 9 Sep 2025 08:06:02 +0000 Subject: [PATCH 1/3] Update README.md Moved the CSS to the CSS directory --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 764cb77..5d74a9e 100644 --- a/README.md +++ b/README.md @@ -47,19 +47,19 @@ Edit (or better: override) Proxmox’s `index.html.tpl`—usually at: and add *before* the existing `` the following snippet: ```html - - - + + + ```` (An example index.html.tpl ships in this repo, see the `Example` folder) From 556ee42204bf80c906c2d827d90ba8851309eec3 Mon Sep 17 00:00:00 2001 From: Nalle Date: Tue, 9 Sep 2025 08:06:53 +0000 Subject: [PATCH 2/3] Update README.md Moved the CSS to the CSS direcctory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d74a9e..9911dba 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Darkmode: By default this is: ``` -/usr/share/pve-manager/images/solarized.css +/usr/share/pve-manager/css/solarized.css ``` From 45e8f8919679940438706df94167028dd69db109 Mon Sep 17 00:00:00 2001 From: Nalle Date: Tue, 9 Sep 2025 08:34:35 +0000 Subject: [PATCH 3/3] Update index.html.tpl Formatting --- Example/index.html.tpl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Example/index.html.tpl b/Example/index.html.tpl index 05011c7..900e476 100644 --- a/Example/index.html.tpl +++ b/Example/index.html.tpl @@ -55,19 +55,19 @@ Ext.onReady(function() { Ext.create('PVE.StdWorkspace');}); - + - +