Skip to content

Commit 174d3ad

Browse files
authored
Update concept.md
1 parent 2121d01 commit 174d3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/technical/concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Let’s take a closer look at a key UI5 feature: the concept of view models. In
131131
This leads to the second key architectural shift in abap2UI5: Instead of binding to OData, abap2UI5 assembles a custom view model entirely in the backend. This model is constructed dynamically after each request — tailored specifically to the current view — and is sent together with the view definition to the frontend:
132132

133133
<p align="center">
134-
<img width="350" alt="image" src="https://github.com/user-attachments/assets/5bb4d351-4f5e-4ba0-a09a-f17883bd25e6" />
134+
<img width="385" alt="image" src="https://github.com/user-attachments/assets/5bb4d351-4f5e-4ba0-a09a-f17883bd25e6" />
135135
<br/>
136136
<em>abap2UI5 – Backend delivers an XML View and its specifically tailored View Model in a single response</em>
137137
</p>

0 commit comments

Comments
 (0)