{{! * 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. }}
{{t mirroring.dataset.name}} {{view Ember.TextField valueBinding="model.newDataSet.name" class="span4"}} {{nameErrorMessage}}
{{t mirroring.dataset.sourceDir}} {{view Ember.TextField valueBinding="model.newDataSet.sourceDir" class="span4"}} {{sourceDirErrorMessage}}
{{t mirroring.dataset.target}} {{view view.targetClusterSelect }} {{targetClusterErrorMessage}}
{{t mirroring.dataset.targetDir}} {{view Ember.TextField valueBinding="model.newDataSet.targetDir" class="span4"}} {{targetDirErrorMessage}}
{{t mirroring.dataset.schedule}}
{{view Ember.TextField valueBinding="model.newDataSet.schedule.startDate" class="input-small datepicker"}} {{view Ember.Select contentBinding="view.hourOptions.content" selectionBinding="view.hourOptions.selectedForStart" class="input-mini" optionLabelPath="content.value" optionValuePath="content.value"}} {{view Ember.Select contentBinding="view.minuteOptions.content" selectionBinding="view.minuteOptions.selectedForStart" class="input-mini" optionLabelPath="content.value" optionValuePath="content.value"}} {{view Ember.Select contentBinding="view.dayOrNightOptions.content" selectionBinding="view.dayOrNightOptions.selectedForStart" class="input-mini" optionLabelPath="content.name" optionValuePath="content.name"}} {{startDateErrorMessage}}
{{t mirroring.dataset.schedule.to}}
{{view Ember.TextField valueBinding="model.newDataSet.schedule.endDate" class="input-small datepicker"}} {{view Ember.Select contentBinding="view.hourOptions.content" selectionBinding="view.hourOptions.selectedForEnd" class="input-mini" optionLabelPath="content.value" optionValuePath="content.value"}} {{view Ember.Select contentBinding="view.minuteOptions.content" selectionBinding="view.minuteOptions.selectedForEnd" class="input-mini" optionLabelPath="content.value" optionValuePath="content.value"}} {{view Ember.Select contentBinding="view.dayOrNightOptions.content" selectionBinding="view.dayOrNightOptions.selectedForEnd" class="input-mini" optionLabelPath="content.name" optionValuePath="content.name"}} {{endDateErrorMessage}}
{{t mirroring.dataset.schedule.repeatEvery}} {{view Ember.TextField valueBinding="view.repeatNumberSelected" class="input-mini"}} {{view Ember.Select contentBinding="view.repeatOptions.content" selectionBinding="view.repeatOptions.repeatOptionSelected" class="input-small" optionLabelPath="content.value" optionValuePath="content.value"}} {{frequencyErrorMessage}}
{{#if isPopupForEdit}}
{{t common.delete}}
{{/if}}