mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-19 14:10:51 +00:00
12 lines
239 B
JavaScript
12 lines
239 B
JavaScript
Ext.define('PBS.TapeManagement', {
|
|
extend: 'Ext.tab.Panel',
|
|
alias: 'widget.pbsTapeManagement',
|
|
|
|
title: gettext('Tape Backup'),
|
|
|
|
border: true,
|
|
defaults: { border: false },
|
|
|
|
html: "Experimental tape backup GUI.",
|
|
});
|