Skip to content

Commit ae88c21

Browse files
committed
15.00.38: nw vibe
1 parent 7208b01 commit ae88c21

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

api_logic_server_cli/prototypes/nw/ui/admin/home.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
const sla_doc =
22
'<div class="MuiTypography-root jss4" style="color: rgba(0, 0, 0, 0.66)">' +
33
'<div style="text-align:center">' +
4+
'<div class="dashboard-iframe">' +
5+
6+
'<iframe id="iframeTargetDashboard" src="http://localhost:5656/dashboard" style="flex: 1; border: none; width: 100%; height: 200px;"></iframe>' +
7+
8+
'</div>' +
49
'<h2>Welcome to GenAI-Logic/API Logic Server - Sample</h2>' +
510
'</div><br>' +
611
'<h3><a class="custom" style="color: #3f51b5;" rel="nofollow" href="https://www.genai-logic.com" target="_blank">GenAI-Logic</a> ' +

api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/LandingPage.js

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const LandingPage = () => {
4444

4545
{/* Architecture Overview */}
4646
<Typography variant="h3" component="h1" gutterBottom align="center" sx={{ mb: 4 }}>
47-
GenAI-Logic / API Logic Server Architecture
47+
GenAI-Logic Architecture
4848
</Typography>
4949

5050
<Typography variant="h6" paragraph align="center" sx={{ mb: 4, color: 'text.secondary' }}>
@@ -125,7 +125,7 @@ const LandingPage = () => {
125125
</Typography>
126126
<Typography variant="body2" paragraph>
127127
SQLAlchemy models automatically created from your database schema.
128-
Supports SQLite, PostgreSQL, MySQL, SQL Server, and more.
128+
Supports SQLite, PostgreSQL, MySQL, SQL Server, Oracle and more.
129129
</Typography>
130130
</Box>
131131

@@ -135,7 +135,7 @@ const LandingPage = () => {
135135
</Typography>
136136
<Typography variant="body2" paragraph>
137137
Declarative business rules that are 40X more concise than code.
138-
Automatic dependency ordering and optimization.
138+
Automatic dependency ordering and optimization. Extensible with Python.
139139
</Typography>
140140
</Box>
141141

@@ -242,18 +242,6 @@ const LandingPage = () => {
242242
</Typography>
243243
</Box>
244244
</Grid>
245-
<Grid item xs={12} sm={6} md={3}>
246-
<Box sx={{ textAlign: 'center' }}>
247-
<Typography variant="h6">
248-
<a href="http://localhost:5656/dashboard" target="_blank" rel="noopener noreferrer">
249-
Dashboard
250-
</a>
251-
</Typography>
252-
<Typography variant="body2" color="text.secondary">
253-
System overview and analytics
254-
</Typography>
255-
</Box>
256-
</Grid>
257245
<Grid item xs={12} sm={6} md={3}>
258246
<Box sx={{ textAlign: 'center' }}>
259247
<Typography variant="h6">

0 commit comments

Comments
 (0)