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
+7
View File
@@ -0,0 +1,7 @@
frappe.pages['eim-portal'].on_page_load = function(wrapper) {
var page = frappe.ui.make_app_page({
parent: wrapper,
title: 'EIM Device Portal',
single_column: true
});
}