fix: relative symlinks + imgs/msp.svg for production compatibility
- Convert all 21 wwwroot symlinks from absolute to relative paths - Internal pkgs: ../pkgs/MODULE/wwwroot - External repos: ../../MODULE/wwwroot - Add imgs/msp.svg logo placeholder (replaces missing msp.png) - Remove stale shell.ui symlink (index.ui is the shell now) - Update index.ui to reference msp.svg instead of msp.png
This commit is contained in:
parent
3481d80f24
commit
8119e7dbd9
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/accounting/wwwroot
|
../pkgs/accounting/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/appbase/wwwroot
|
../pkgs/appbase/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/bricks/dist
|
../../bricks/dist
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/charge/wwwroot
|
../pkgs/charge/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/dapi/wwwroot
|
../pkgs/dapi/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/discount/wwwroot
|
../pkgs/discount/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/filemgr/wwwroot
|
../pkgs/filemgr/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/hermes-web-cli/wwwroot
|
../pkgs/hermes-web-cli/wwwroot
|
||||||
10
wwwroot/imgs/msp.svg
Normal file
10
wwwroot/imgs/msp.svg
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||||
|
<stop offset="0%" style="stop-color:#6366F1"/>
|
||||||
|
<stop offset="100%" style="stop-color:#8B5CF6"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<rect width="64" height="64" rx="14" fill="url(#g)"/>
|
||||||
|
<text x="32" y="46" font-family="Arial,sans-serif" font-size="40" font-weight="bold" fill="white" text-anchor="middle">S</text>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 490 B |
@ -43,7 +43,7 @@
|
|||||||
{
|
{
|
||||||
"widgettype": "Image",
|
"widgettype": "Image",
|
||||||
"options": {
|
"options": {
|
||||||
"url": "{{entire_url('/imgs/msp.png')}}",
|
"url": "{{entire_url('/imgs/msp.svg')}}",
|
||||||
"height": "32px",
|
"height": "32px",
|
||||||
"marginLeft": "12px"
|
"marginLeft": "12px"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/llmage/wwwroot
|
../pkgs/llmage/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/msp/wwwroot
|
../pkgs/msp/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/platformbiz/wwwroot
|
../pkgs/platformbiz/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/pricing/wwwroot
|
../pkgs/pricing/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/rag/wwwroot
|
../pkgs/rag/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/rbac/wwwroot
|
../pkgs/rbac/wwwroot
|
||||||
@ -1 +0,0 @@
|
|||||||
/home/hermesai/repos/dashboard_for_sage/wwwroot/shell.ui
|
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/dashboard_for_sage/wwwroot/shell_theme.css
|
../../dashboard_for_sage/wwwroot/shell_theme.css
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/dashboard_for_sage/wwwroot/shell_theme.js
|
../../dashboard_for_sage/wwwroot/shell_theme.js
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/supplychain/wwwroot
|
../../supplychain/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/uapi/wwwroot
|
../pkgs/uapi/wwwroot
|
||||||
@ -1 +1 @@
|
|||||||
/home/hermesai/repos/sage/pkgs/unipay/wwwroot
|
../pkgs/unipay/wwwroot
|
||||||
Loading…
x
Reference in New Issue
Block a user