Skip to content
Snippets Groups Projects
Commit cb293f4b authored by Robin Leber's avatar Robin Leber
Browse files

naming

parent 8c2e7314
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,12 @@ export const initContextmenu = (instance) => {
window.selectedFilter = $(event.currentTarget).attr("id");
$(
`<div style='display: flex; flex-direction: column;' class='custom-menu'>
<button style='border: none; padding: 6px 12px; cursor: pointer;' class='code-filter'>
Add Implementation
</button>
<button style='border: none; padding: 6px 12px; cursor: pointer;' class='duplicate-filter'>
Duplicate Filter
</button>
<button style='border: none; padding: 6px 12px; cursor: pointer;' class='code-filter'>
Code Filter
</button>
<button style='background-color: blue; color: white; border: none; padding: 6px 12px; cursor: pointer;' class='scale-out'>
SCALE OUT
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment