ui: tape: move TapeManagement.js to tape dir

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-01-28 12:59:51 +01:00
committed by Dietmar Maurer
parent dec3147501
commit 605cfd4ab1
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1,11 @@
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.",
});