[pbs-devel] [PATCH proxmox-backup 2/3] docs: lto barcode generator: add lto-9 type
Dominik Csapak
d.csapak at proxmox.com
Wed Mar 6 16:11:00 CET 2024
and make it the new default
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
docs/lto-barcode/label-setup.js | 2 +-
docs/lto-barcode/tape-type.js | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/lto-barcode/label-setup.js b/docs/lto-barcode/label-setup.js
index b42a3080..c7362aad 100644
--- a/docs/lto-barcode/label-setup.js
+++ b/docs/lto-barcode/label-setup.js
@@ -84,7 +84,7 @@ Ext.define('LabelSetupPanel', {
xtype: 'ltoTapeType',
name: 'tape_type',
fieldLabel: 'Type',
- value: 'L8',
+ value: 'L9',
},
{
xtype: 'ltoLabelStyle',
diff --git a/docs/lto-barcode/tape-type.js b/docs/lto-barcode/tape-type.js
index 33ec0152..7edb59ea 100644
--- a/docs/lto-barcode/tape-type.js
+++ b/docs/lto-barcode/tape-type.js
@@ -11,6 +11,7 @@ Ext.define('LtoTapeType', {
store: {
field: ['value', 'text'],
data: [
+ { value: 'L9', text: "LTO-9" },
{ value: 'L8', text: "LTO-8" },
{ value: 'L7', text: "LTO-7" },
{ value: 'L6', text: "LTO-6" },
--
2.39.2
More information about the pbs-devel
mailing list