- Created device list page with loading states - Implemented device service with API integration - Added device response and request types - Updated sidebar navigation with device management section - Added laptop-settings icon - Modified user table component to accept props - Updated user service to return array of user profiles - Changed app language to Chinese (zh-CN)
15 lines
684 B
XML
15 lines
684 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
|
<data-source source="LOCAL" name="chaos@10.91.3.253" uuid="1f27a48f-618d-4971-b39e-c88644e7d55d">
|
|
<driver-ref>mariadb</driver-ref>
|
|
<synchronize>true</synchronize>
|
|
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
|
|
<jdbc-url>jdbc:mariadb://10.91.3.253:3306/chaos</jdbc-url>
|
|
<jdbc-additional-properties>
|
|
<property name="database.introspection.mysql.dbe5060" value="true" />
|
|
</jdbc-additional-properties>
|
|
<working-dir>$ProjectFileDir$</working-dir>
|
|
</data-source>
|
|
</component>
|
|
</project> |