1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-15 09:36:43 +00:00

add workspace

This commit is contained in:
2019-01-15 20:25:37 +08:00
parent d0a4b891b5
commit 3a22e99602
10 changed files with 465 additions and 4 deletions

View File

@@ -15,6 +15,10 @@ $(function () {
register_events_agent();
load_agents('');
break;
case "workspaces":
register_events_workspace();
load_workspaces('');
break;
default:
break;
}