Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/1249724f8a000d688cabba6a8e2bce9b5ad8eeda
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
2 deletions
@ -25,6 +25,7 @@
"placeholder" : "Search…"
} ,
"resources" : {
"cpu" : "CPU" ,
"total" : "Total" ,
"free" : "Free" ,
"used" : "Used" ,
@ -30,7 +30,7 @@ export default function Cpu({ expanded }) {
< div className = "flex flex-col ml-3 text-left min-w-[85px]" >
< div className = "text-theme-800 dark:text-theme-200 text-xs flex flex-row justify-between" >
< div className = "pl-0.5" > - < / div >
< div className = "pr-1" > { t ( " docker .cpu") } < / div >
< div className = "pr-1" > { t ( " resources .cpu") } < / div >
< / div >
{ expanded && (
< div className = "text-theme-800 dark:text-theme-200 text-xs flex flex-row justify-between" >
@ -59,7 +59,7 @@ export default function Cpu({ expanded }) {
maximumFractionDigits : 0 ,
} ) }
< / div >
< div className = "pr-1" > { t ( " docker .cpu") } < / div >
< div className = "pr-1" > { t ( " resources .cpu") } < / div >
< / div >
{ expanded && (
< div className = "text-theme-800 dark:text-theme-200 text-xs flex flex-row justify-between" >