File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vscode-extension/src/panels Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2023,7 +2023,7 @@ export class EmpathyDashboardProvider implements vscode.WebviewViewProvider {
20232023 <button class="tab active" data-tab="power">Power</button>
20242024 <button class="tab" data-tab="health">Health</button>
20252025 <button class="tab" data-tab="costs">Costs</button>
2026- <button class="tab" data-tab="workflows">Workflows <span style="font-size: 9px; opacity: 0.6; font-weight: normal;">(Beta)</span> </button>
2026+ <button class="tab" data-tab="workflows">Workflows</button>
20272027 </div>
20282028
20292029 <!-- Power Tab -->
@@ -2082,7 +2082,7 @@ export class EmpathyDashboardProvider implements vscode.WebviewViewProvider {
20822082 </div>
20832083
20842084 <div class="card" style="margin-top: 12px">
2085- <div class="card-title">Workflows</div>
2085+ <div class="card-title">Workflows <span style="font-size: 10px; opacity: 0.6;">(Beta)</span> </div>
20862086 <div class="actions-grid workflow-grid">
20872087 <button class="action-btn workflow-btn" data-workflow="pro-review">
20882088 <span class="action-icon">⭐</span>
You can’t perform that action at this time.
0 commit comments