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

add backup (cron) GUI

parent e0eebcd7
...@@ -37,6 +37,8 @@ JSSRC= \ ...@@ -37,6 +37,8 @@ JSSRC= \
form/DisplaySelector.js \ form/DisplaySelector.js \
form/CacheTypeSelector.js \ form/CacheTypeSelector.js \
form/ContentTypeSelector.js \ form/ContentTypeSelector.js \
form/DayOfWeekSelector.js \
form/BackupModeSelector.js \
dc/Tasks.js \ dc/Tasks.js \
dc/Log.js \ dc/Log.js \
panel/StatusPanel.js \ panel/StatusPanel.js \
...@@ -112,6 +114,7 @@ JSSRC= \ ...@@ -112,6 +114,7 @@ JSSRC= \
dc/ACLView.js \ dc/ACLView.js \
dc/AuthView.js \ dc/AuthView.js \
dc/AuthEdit.js \ dc/AuthEdit.js \
dc/Backup.js \
dc/Config.js \ dc/Config.js \
Workspace.js Workspace.js
......
This diff is collapsed.
...@@ -20,9 +20,9 @@ Ext.define('PVE.dc.Config', { ...@@ -20,9 +20,9 @@ Ext.define('PVE.dc.Config', {
itemId: 'storage' itemId: 'storage'
}, },
{ {
xtype: 'pveDcBackupView',
title: 'Backup', title: 'Backup',
itemId: 'backup', itemId: 'backup'
html: 'Backup/vzdump Configuration - not implemented!'
}, },
{ {
xtype: 'pveUserView', 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