// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not use this file except in compliance // with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. (function(cloudStack, $) { cloudStack.uiCustom.backupSchedule = function(args) { var desc = args.desc; var selects = args.selects; var actions = args.actions; var dataProvider = args.dataProvider; return function(args) { var $backups = $('#template').find('.recurring-snapshots').clone(); var context = args.context; // Update labels $backups.find('.forms ul li.hourly a').html(_l('label.hourly')); $backups.find('.forms ul li.daily a').html(_l('label.daily')); $backups.find('.forms ul li.weekly a').html(_l('label.weekly')); $backups.find('.forms ul li.monthly a').html(_l('label.monthly')); $backups.find('.field.timezone .name').html(_l('label.timezone')); $backups.find('.field.time .name').html(_l('label.time')); $backups.find('.field.time .value label').html(_l('label.minute.past.hour')); $backups.find('.field.maxsnaps').hide(); $backups.find('.add-snapshot-action.add').html(_l('label.configure')); $backups.find('.desc').html(_l(desc)); $backups.find('.forms').tabs(); $backups.find('form select').each(function() { var $select = $(this); var selectData = selects[$select.attr('name')]; if (selectData) { selectData({ response: { success: function(args) { $(args.data).each(function() { var $option = $('