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');}); - + - + diff --git a/README.md b/README.md index 764cb77..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 ``` @@ -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)