1
0

quay: improvements

This commit is contained in:
2024-05-20 16:40:03 +03:00
parent 1e5c7a6f0a
commit 8280426cea
2 changed files with 178 additions and 92 deletions

7
njs/quay.js Normal file
View File

@@ -0,0 +1,7 @@
function route_ui(r)
{
r.internalRedirect("@" + r.variables.krdsh_quay_ui_njs + "_ui");
}
export default { route_ui };