diff --git a/ui/src/views/developerKit/CrudEndpointManager.tsx b/ui/src/views/developerKit/CrudEndpointManager.tsx index e281254..aa3f5e1 100644 --- a/ui/src/views/developerKit/CrudEndpointManager.tsx +++ b/ui/src/views/developerKit/CrudEndpointManager.tsx @@ -372,9 +372,12 @@ const CrudEndpointManager: React.FC = () => { {/* Main two-panel layout */} -
+
{/* Left Panel: Table List */} -
+
{/* DataSource selector */}
{ className="w-full pl-10 pr-4 py-2 border border-slate-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent" />
-
+
-
+
{translate('::App.DeveloperKit.DynamicServices.NewService')}
-
+
+
{/* Main Content Area */} -
+
{/* Left Panel - Object Explorer */} -
+
{translate('::App.Platform.ObjectExplorer')} @@ -476,7 +474,7 @@ GO`,
{/* Center Panel - Editor and Results */} -
+
{state.executionResult || state.tableColumns ? (