toggle detail edit table at start of edit

This commit is contained in:
jbruce12000 2024-08-21 18:21:52 -04:00
parent 7299056506
commit 42d391ce4e

View File

@ -274,6 +274,7 @@ function enterEditMode()
graph.profile.draggable = true;
graph.plot = $.plot("#graph_container", [ graph.profile, graph.live ], getOptions());
updateProfileTable();
toggleTable();
}
function leaveEditMode()