|
1167 | 1167 | </span> |
1168 | 1168 | </a> |
1169 | 1169 |
|
| 1170 | +</li> |
| 1171 | + |
| 1172 | + <li class="md-nav__item"> |
| 1173 | + <a href="#tile-reordering" class="md-nav__link"> |
| 1174 | + <span class="md-ellipsis"> |
| 1175 | + |
| 1176 | + Tile reordering |
| 1177 | + |
| 1178 | + </span> |
| 1179 | + </a> |
| 1180 | + |
1170 | 1181 | </li> |
1171 | 1182 |
|
1172 | 1183 | <li class="md-nav__item"> |
|
4478 | 4489 | </span> |
4479 | 4490 | </a> |
4480 | 4491 |
|
| 4492 | +</li> |
| 4493 | + |
| 4494 | + <li class="md-nav__item"> |
| 4495 | + <a href="#tile-reordering" class="md-nav__link"> |
| 4496 | + <span class="md-ellipsis"> |
| 4497 | + |
| 4498 | + Tile reordering |
| 4499 | + |
| 4500 | + </span> |
| 4501 | + </a> |
| 4502 | + |
4481 | 4503 | </li> |
4482 | 4504 |
|
4483 | 4505 | <li class="md-nav__item"> |
@@ -4728,6 +4750,24 @@ <h2 id="filtering-and-organization">Filtering and organization<a class="headerli |
4728 | 4750 | </ul> |
4729 | 4751 | <p><img alt="Disabled services toggle" class="shadow" src="../../assets/images/frontend/disabled_services.png" /></p> |
4730 | 4752 | <hr /> |
| 4753 | +<h2 id="tile-reordering">Tile reordering<a class="headerlink" href="#tile-reordering" title="Permanent link">¶</a></h2> |
| 4754 | +<p>You can reorder dashboard service tiles with drag-and-drop.</p> |
| 4755 | +<ul> |
| 4756 | +<li>Drag a tile (or use the drag handle) to move it</li> |
| 4757 | +<li>Other tiles shift in real time while you drag</li> |
| 4758 | +<li>The same order is applied to the Services list in the sidebar</li> |
| 4759 | +</ul> |
| 4760 | +<p>Order is persisted in <code>dumb_config.json</code> under:</p> |
| 4761 | +<ul> |
| 4762 | +<li><code>dumb.ui.sidebar.service_order</code></li> |
| 4763 | +</ul> |
| 4764 | +<h3 id="mobile-and-touch-behavior">Mobile and touch behavior<a class="headerlink" href="#mobile-and-touch-behavior" title="Permanent link">¶</a></h3> |
| 4765 | +<p>On mobile, touch reordering is protected by a lock toggle to prevent accidental tile moves while scrolling:</p> |
| 4766 | +<ul> |
| 4767 | +<li><strong>Reorder Off</strong> (default): touch scrolling only, no tile movement</li> |
| 4768 | +<li><strong>Reorder On</strong>: drag-handle touch reordering is enabled</li> |
| 4769 | +</ul> |
| 4770 | +<hr /> |
4731 | 4771 | <h2 id="system-alerts">System alerts<a class="headerlink" href="#system-alerts" title="Permanent link">¶</a></h2> |
4732 | 4772 | <p>When system resources are critically high, alerts appear at the top of the dashboard:</p> |
4733 | 4773 | <table> |
@@ -4762,6 +4802,7 @@ <h2 id="sidebar-navigation">Sidebar navigation<a class="headerlink" href="#sideb |
4762 | 4802 | <li><strong>Metrics</strong> - System monitoring</li> |
4763 | 4803 | <li><strong>Onboarding</strong> - Re-run setup wizard</li> |
4764 | 4804 | </ul> |
| 4805 | +<p>The Services section follows the same persisted <code>service_order</code> used by dashboard tiles.</p> |
4765 | 4806 | <hr /> |
4766 | 4807 | <h2 id="related-pages">Related pages<a class="headerlink" href="#related-pages" title="Permanent link">¶</a></h2> |
4767 | 4808 | <ul> |
|
0 commit comments