Commit d7f7808
Add UI for managing Docker space variables and enhance localization (#977)
* Add Docker space variables management
- Introduce UI for managing Docker space variables
- Add props sdk and variables
- Enhance localization for space variables
- Ensure compatibility with existing application space settings
* feat(application_spaces): improve variable input layout
- Adjusted layout for variable inputs
- Changed input size to small for better UX
- Updated variable display structure
* feat(application_spaces): improve layout and styling
- Adjust flex direction for better layout
- Update input size for consistency
- Enhance spacing between elements
* feat(application_spaces): improve layout and spacing
- Adjusted flex gap for better alignment
- Updated label spacing for clarity
- Fixed typo in update variables button
---------
Co-authored-by: minghao.yang <[email protected]>
Co-authored-by: Hiveer <[email protected]>1 parent 0ebd240 commit d7f7808
File tree
4 files changed
+43
-1
lines changed- frontend/src
- components
- application_spaces
- locales
- en_js
- zh_js
4 files changed
+43
-1
lines changedLines changed: 37 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
201 | 225 | | |
202 | 226 | | |
203 | 227 | | |
| |||
351 | 375 | | |
352 | 376 | | |
353 | 377 | | |
354 | | - | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
355 | 381 | | |
356 | 382 | | |
357 | 383 | | |
| |||
362 | 388 | | |
363 | 389 | | |
364 | 390 | | |
| 391 | + | |
| 392 | + | |
365 | 393 | | |
366 | 394 | | |
367 | 395 | | |
| |||
435 | 463 | | |
436 | 464 | | |
437 | 465 | | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
438 | 469 | | |
439 | 470 | | |
440 | 471 | | |
| |||
654 | 685 | | |
655 | 686 | | |
656 | 687 | | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
657 | 693 | | |
658 | 694 | | |
659 | 695 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
218 | 220 | | |
219 | 221 | | |
220 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
0 commit comments