blob: 3e1827c5ec8012083d3f0a1b98dacf415a48c9a6 [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 class="container">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-12">
<h2 class="page-heading">Add location</h2>
<p class="page-subheading">Choose which type of location you want to create</p>
</div>
<div class="col-md-4">
<div class="brooklyn-home-card wizard thumbnail text-center" ng-click="vm.startWizard('cloud')" ui-sref-active="{'selected': 'wizard.cloud'}">
<i class="fa fa-cloud fa-4x"></i>
<div class="caption">
<h3>Cloud</h3>
</div>
</div>
</div>
<div class="col-md-4">
<div class="brooklyn-home-card wizard thumbnail text-center" ng-click="vm.startWizard('byon')" ui-sref-active="{'selected': 'wizard.byon'}">
<i class="fa fa-file-o fa-4x"></i>
<div class="caption">
<h3>BYON</h3>
</div>
</div>
</div>
<div class="col-md-4">
<div class="brooklyn-home-card wizard thumbnail text-center" ng-click="vm.startWizard('advanced')" ui-sref-active="{'selected': 'wizard.advanced'}">
<i class="fa fa-bolt fa-4x"></i>
<div class="caption">
<h3>Advanced</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<ui-view class="wizard-content"></ui-view>
</div>