blob: 22769c6947352db332476933fa0c9ac6c85e54d7 [file] [log] [blame]
<!--
Copyright 2017-present Open Networking Foundation
Licensed 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="row">
<div class="col-md-10 table-responsive">
<xos-table config="vm.tableConfig" data="vm.services"></xos-table>
</div>
<div class="col-md-2">
<!-- <a href="/admin/core/service/add" class="btn btn-success btn-block">
<i class="glyphicon glyphicon-plus"></i>
Add Service
</a> -->
<a href="#/graph" class="btn btn-default btn-block">
Tenancy Graph
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="alert alert-info" ng-show="vm.showFeedback">
Remember that you should copy any key artifact inside the container in <pre>/opt/xos/tosca</pre>!
</div>
</div>
</div>
<pre ng-show="vm.tosca">
{{vm.tosca}}
</pre>