We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b81ef commit 3a5d160Copy full SHA for 3a5d160
vscode-extension/src/panels/EmpathyDashboardPanel.ts
@@ -2023,7 +2023,7 @@ export class EmpathyDashboardProvider implements vscode.WebviewViewProvider {
2023
<button class="tab active" data-tab="power">Power</button>
2024
<button class="tab" data-tab="health">Health</button>
2025
<button class="tab" data-tab="costs">Costs</button>
2026
- <button class="tab" data-tab="workflows">Workflows</button>
+ <button class="tab" data-tab="workflows">Workflows <span style="font-size: 9px; opacity: 0.6; font-weight: normal;">(Beta)</span></button>
2027
</div>
2028
2029
<!-- Power Tab -->
0 commit comments