mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-03 11:34:54 +01:00
Fixes to the Tools page (#154)
* Correct the description of the import feature on the tools page. * Fix page title on Tools page.
This commit is contained in:
@@ -42,8 +42,9 @@
|
||||
<div class="border-t px-6 pb-3 border-gray-300 divide-gray-300 divide-y">
|
||||
<DetailAction @action="modals.import = true">
|
||||
<template #title>Import Inventory</template>
|
||||
Imports the standard CSV format for Homebox. This will <b>not</b> overwrite any existing items in your
|
||||
inventory. It will only add new items.
|
||||
Imports the standard CSV format for Homebox. Without an <code>HB.import_ref</code> column, this will
|
||||
<b>not</b> overwrite any existing items in your inventory, only add new items. Rows with an
|
||||
<code>HB.import_ref</code> column are merged into existing items with the same import_ref, if one exists.
|
||||
</DetailAction>
|
||||
<DetailAction @action="getExportCSV()">
|
||||
<template #title>Export Inventory</template>
|
||||
@@ -104,7 +105,7 @@
|
||||
middleware: ["auth"],
|
||||
});
|
||||
useHead({
|
||||
title: "Homebox | Profile",
|
||||
title: "Homebox | Tools",
|
||||
});
|
||||
|
||||
const modals = ref({
|
||||
|
||||
Reference in New Issue
Block a user