Commit 83bd355
committed
feat(ui): Simplify dashboard to reflect root-only architecture
Update the dashboard UI to align with the new root-only application model.
- The conditional logic for displaying "Install Mode" has been removed from `render_dashboard`.
- The display is now hardcoded to always show "Chroot (Full Access)", as PRoot is no longer a supported mode.
- Minor refactoring of the text layout for better clarity.
This change simplifies the UI code and removes potentially confusing information for the user, providing a more accurate system diagnosis.1 parent f54cf7a commit 83bd355
1 file changed
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 69 | + | |
74 | 70 | | |
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | | - | |
82 | | - | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | | - | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
0 commit comments