blob: 121e82eda3f2ce65eea8890b1b4f8110d2a2edff [file] [log] [blame]
<!--
/**
* 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.
*/
-->
<div id="formBox" class="snapshotForm">
<div class="col-xs-24">
<div class="formBoxContainer detailsBox">
<div class="row snapshotProgressBox" ng-class="{ general:isActive('forms.snapshot.general'),
summary:isActive('forms.snapshot.summary')}">
<div class="progressBar col-xs-24">
<div class="text-center" ng-class="{
active:isActive('forms.snapshot.general'),
completed:isCompleted('forms.snapshot.general')}">General</div>
<div class="text-center" ng-class="{
active:isActive('forms.snapshot.summary'),
completed:isCompleted('forms.snapshot.summary')}">Summary</div>
</div>
</div>
<div class="row customContainer">
<div class="col-xs-offset-1 col-xs-22">
<fieldset ng-disabled="!editXmlDisabled">
<div class="formViewContainer">
<div class="col-xs-24">
<label class="title">
<span class="entypo cycle icon-lg entypo-align-sub"></span> NEW SNAPSHOT BASED MIRROR</label>
</div>
<div ui-view></div>
</div>
</fieldset>
</div>
</div>
</div>
</div>
</div>