From 1b106e3ac76774fe2a908bba73e1c27a00eb10f9 Mon Sep 17 00:00:00 2001 From: Sylvia Crowe Date: Wed, 25 Sep 2024 17:47:48 -0700 Subject: [PATCH] feat: add a plot type label to the button --- frontend/app/view/cpuplot/cpuplot.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/view/cpuplot/cpuplot.tsx b/frontend/app/view/cpuplot/cpuplot.tsx index fb006abba..427e232e6 100644 --- a/frontend/app/view/cpuplot/cpuplot.tsx +++ b/frontend/app/view/cpuplot/cpuplot.tsx @@ -112,6 +112,7 @@ class CpuPlotViewModel { return [ { elemtype: "iconbutton", + label: "Plot Type", icon: "wrench", click: (e) => this.handleContextMenu(e), },