Experimental gui.

This commit is contained in:
2025-06-26 08:28:52 -07:00
parent 55b052256a
commit c855786e61
99 changed files with 11664 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
export { Message } from './Message';
export { SystemStatus } from './SystemStatus';
export { ConfigurationSection } from './ConfigurationSection';
export { ConfigurationForm } from './ConfigurationForm';
export { StatusSection } from './StatusSection';
export { DnsmasqSection } from './DnsmasqSection';
export { PxeAssetsSection } from './PxeAssetsSection';
export { AppSidebar } from './AppSidebar';
export { Advanced } from './Advanced';
export { ConfigEditor } from './ConfigEditor';
export { ErrorBoundary, ErrorFallback } from './ErrorBoundary';
export { CloudComponent } from './CloudComponent';
export { CentralComponent } from './CentralComponent';
export { DnsComponent } from './DnsComponent';
export { DhcpComponent } from './DhcpComponent';
export { PxeComponent } from './PxeComponent';
export { ClusterNodesComponent } from './ClusterNodesComponent';
export { ClusterServicesComponent } from './ClusterServicesComponent';
export { AppsComponent } from './AppsComponent';