Files
wace_plm/WebContent/WEB-INF/view/dashboard/dashboardFS.jsp
chpark da06c4684c Initial commit: WACE PLM with database initialization features
- Add Docker Compose configurations for dev, prod, and standalone environments
- Add database initialization scripts (init-db.sh, init-db-docker.sh)
- Add enhanced start-docker-linux.sh with DB init support
- Add comprehensive database initialization guide
- Support for automatic dbexport.pgsql import on first run
- Include safety checks for production environment
2025-08-29 15:46:08 +09:00

6 lines
255 B
Plaintext

<frameset rows="*,25%,25%" border="0">
<frame src="/project/dashboardProjectMgmtList.do" name="project">
<frame src="/customerMng/dashboardCustomerMng.do" name="customer">
<frame src="/materMgmt/dashboardMatermgmtInfoList.do" name="mater">
</frameset>