mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:58:51 +03:00
Graphs dashboard: role-scoped metrics, orchestration, and smoke tests.
Extend graph_sessions schema and GraphRepository dashboards (user/slug/platform), wire nginx/orchestration routes, fix gmdate timestamps, and add API smoke script. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -322,6 +322,25 @@
|
||||
box-shadow: 0 -4px 0 currentColor, 0 4px 0 currentColor;
|
||||
}
|
||||
|
||||
.nav-icon--graphs {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-left: 2px solid currentColor;
|
||||
border-bottom: 2px solid currentColor;
|
||||
position: relative;
|
||||
}
|
||||
.nav-icon--graphs::before,
|
||||
.nav-icon--graphs::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 3px;
|
||||
background: currentColor;
|
||||
border-radius: 1px 1px 0 0;
|
||||
}
|
||||
.nav-icon--graphs::before { left: 4px; height: 8px; }
|
||||
.nav-icon--graphs::after { left: 10px; height: 12px; }
|
||||
|
||||
.hub-page .bottom-bar {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
Reference in New Issue
Block a user