Add missing page files: eim-portal, r2-tracking, wes-ai to westech_r2 app

This commit is contained in:
Westech Admin
2026-05-21 01:19:30 +00:00
parent 8be0cf57cf
commit f48e93f96a
20 changed files with 159 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
frappe.pages["eim-portal"].on_page_load = function(wrapper) {
wrapper.innerHTML = '<div style="display:flex;align-items:center;justify-content:center;height:60vh;font-family:sans-serif;"><div style="text-align:center;"><i class="fa fa-spinner fa-spin" style="font-size:24px;color:#2d7d46;"></i><p style="margin-top:12px;color:#555;">Redirecting to EIM Device Portal...</p></div></div>';
setTimeout(function() { window.location.href = "https://eim.diagalon.com"; }, 500);
};