diff --git a/frontend/src/api/index.js b/frontend/src/api/index.js
index ce36406..4d05410 100644
--- a/frontend/src/api/index.js
+++ b/frontend/src/api/index.js
@@ -970,6 +970,9 @@ export const warrantyApi = {
refresh(id) {
return api.post(`/warranty/${id}/refresh`)
},
+ syncDell() {
+ return api.post('/warranty/sync/dell')
+ },
report() {
return api.get('/warranty/report')
}
diff --git a/frontend/src/components/WarrantyPanel.vue b/frontend/src/components/WarrantyPanel.vue
index be152b7..f546404 100644
--- a/frontend/src/components/WarrantyPanel.vue
+++ b/frontend/src/components/WarrantyPanel.vue
@@ -14,12 +14,12 @@
Tag {{ w.servicetag }}
-