mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-25 13:47:15 +02:00
fix(frontend): improve detail view badges, addon texts, and HTML title (#12461)
This commit is contained in:
committed by
GitHub
parent
a0ea2263a6
commit
d258ff476f
@@ -32,6 +32,11 @@ function ScriptContent() {
|
||||
.flat()
|
||||
.find(script => script.slug === selectedScript);
|
||||
setItem(script);
|
||||
if (script) {
|
||||
document.title = `${script.name} | Proxmox VE Helper-Scripts`;
|
||||
}
|
||||
} else {
|
||||
document.title = "Proxmox VE Helper-Scripts";
|
||||
}
|
||||
}, [selectedScript, links]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user