Commit 130eb67b authored by Dietmar Maurer's avatar Dietmar Maurer

add BackupModeSelector.js

parent f7e7dca2
Ext.define('PVE.form.BackupModeSelector', {
extend: 'PVE.form.KVComboBox',
alias: ['widget.pveBackupModeSelector'],
initComponent: function() {
var me = this;
me.data = [
['snapshot', 'Snapshot'],
['suspend', 'Suspend'],
['stop', 'Stop']
];
me.callParent();
}
});
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