Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 6 additions & 18 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,6 @@ <h1>Dev<span class="accent">Shell</span></h1>
<path d="M12 3v2" />
</svg>
</button>
<button
id="btn-reliability"
class="btn"
aria-label="Open reliability dashboard">
Reliability
</button>
<button
id="btn-analytics"
class="btn"
aria-label="Open execution analytics dashboard">
Analytics
</button>
<button
id="btn-workspaces"
class="btn"
aria-label="Manage workspace profiles">
Workspaces
</button>
<button class="btn-icon" id="btn-debugger-toggle" title="Toggle Debugger Console (Ctrl+`)" aria-label="Toggle debugger console">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
Expand All @@ -89,6 +71,12 @@ <h1>Dev<span class="accent">Shell</span></h1>
<path d="M17.2 17c2.1.1 3.8 1.9 3.8 4" />
</svg>
</button>
<button id="btn-analytics" class="btn" aria-label="Open execution analytics dashboard">
Analytics
</button>
<button id="btn-workspaces" class="btn" aria-label="Manage workspace profiles">
Workspaces
</button>
<button class="btn-icon" id="btn-refresh" title="Refresh Scripts" aria-label="Refresh scripts">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
Expand Down
Loading