From 521c1bf013d7267e5b9c47c5e35de83b688b6d5c Mon Sep 17 00:00:00 2001 From: Payton Burdette Date: Fri, 5 May 2023 11:04:51 -0400 Subject: [PATCH 1/2] Add tooltips to jobs table actions Adds tooltips on hover to the job table action buttons. Changelog: changed --- .../components/table/cells/actions_cell.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/jobs/components/table/cells/actions_cell.vue b/app/assets/javascripts/jobs/components/table/cells/actions_cell.vue index 17766b4d162f68..78af46ed895b31 100644 --- a/app/assets/javascripts/jobs/components/table/cells/actions_cell.vue +++ b/app/assets/javascripts/jobs/components/table/cells/actions_cell.vue @@ -1,5 +1,12 @@