feat: add a plot type label to the button

This commit is contained in:
Sylvia Crowe 2024-09-25 17:47:48 -07:00
parent f196656f43
commit 1b106e3ac7

View File

@ -112,6 +112,7 @@ class CpuPlotViewModel {
return [
{
elemtype: "iconbutton",
label: "Plot Type",
icon: "wrench",
click: (e) => this.handleContextMenu(e),
},