Commit 90d506fc authored by Dietmar Maurer's avatar Dietmar Maurer

add backup (cron) GUI

parent e0eebcd7
......@@ -37,6 +37,8 @@ JSSRC= \
form/DisplaySelector.js \
form/CacheTypeSelector.js \
form/ContentTypeSelector.js \
form/DayOfWeekSelector.js \
form/BackupModeSelector.js \
dc/Tasks.js \
dc/Log.js \
panel/StatusPanel.js \
......@@ -112,6 +114,7 @@ JSSRC= \
dc/ACLView.js \
dc/AuthView.js \
dc/AuthEdit.js \
dc/Backup.js \
dc/Config.js \
Workspace.js
......
This diff is collapsed.
......@@ -20,9 +20,9 @@ Ext.define('PVE.dc.Config', {
itemId: 'storage'
},
{
xtype: 'pveDcBackupView',
title: 'Backup',
itemId: 'backup',
html: 'Backup/vzdump Configuration - not implemented!'
itemId: 'backup'
},
{
xtype: 'pveUserView',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment