mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
feat: add a plot type label to the button
This commit is contained in:
parent
f196656f43
commit
1b106e3ac7
@ -112,6 +112,7 @@ class CpuPlotViewModel {
|
|||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
elemtype: "iconbutton",
|
elemtype: "iconbutton",
|
||||||
|
label: "Plot Type",
|
||||||
icon: "wrench",
|
icon: "wrench",
|
||||||
click: (e) => this.handleContextMenu(e),
|
click: (e) => this.handleContextMenu(e),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user