From 6998a11a3a7f882d258f227fa4bc524f626b5889 Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Mon, 18 Apr 2022 15:34:12 -0700
Subject: [PATCH] Add refresh button to job detail page.
---
bodyshop_translations.babel | 21 +++++++++++++++++++
.../jobs-detail.page.component.jsx | 10 +++++++++
client/src/translations/en_us/common.json | 1 +
client/src/translations/es/common.json | 1 +
client/src/translations/fr/common.json | 1 +
5 files changed, 34 insertions(+)
diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index e0e71ac6e..2286ea1c5 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -15925,6 +15925,27 @@
+
+ refresh
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
required
false
diff --git a/client/src/pages/jobs-detail/jobs-detail.page.component.jsx b/client/src/pages/jobs-detail/jobs-detail.page.component.jsx
index 7d305e45c..63a34b554 100644
--- a/client/src/pages/jobs-detail/jobs-detail.page.component.jsx
+++ b/client/src/pages/jobs-detail/jobs-detail.page.component.jsx
@@ -6,6 +6,7 @@ import Icon, {
PrinterFilled,
ToolFilled,
HistoryOutlined,
+ SyncOutlined,
} from "@ant-design/icons";
import {
Button,
@@ -178,6 +179,15 @@ export function JobsDetailPage({
const menuExtra = (
+