2 Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
18 <div class="header" style="width: 100%"
19 style="padding-top:5px; padding-bottom:5px;background-color:#000000;">
20 <a href="https://www.akraino.org/"> <img
21 src="./resources/images/logo_akraino_edge_stack.png" alt="Akraino"
22 width="200" height="57" border="0">
25 <p style="color: white;">
26 <b> <font size="14"> Blueprint Validation UI</font></b>
28 <div class="header-right">
29 <a class="active" href="#home">Home</a> <a href="#"
30 style="font-color: #FFFFFF">Documentation</a> <a href="#"
31 style="font-color: #FFFFFF"
32 ng-show="$state.current.name == 'undefined' || $state.current.name != 'login'"
33 ng-click="goLogout()">Sign Out</a>
36 <div id="wrapper" style="margin-top: 0.1px;">
37 <div id="sidebar-wrapper"
38 ng-show="$state.current.name == 'undefined' || $state.current.name != 'login'"
40 <ul class="sidebar-nav">
42 ng-class="{example : $state.current.name == 'committedSubmissions'}"
43 ui-sref="committedSubmissions"> <i class="fa fa-home"></i> <span>Committed
47 ng-class="{example : $state.current.name == 'newSubmission'}"
48 ui-sref="newSubmission"> <i class="fa fa-home"></i> <span>New
51 <li class="dropdown"><a class="dropdown-toggle"
52 data-toggle="collapse" data-target="#configuracoes1" role="button"
53 aria-haspopup="true" aria-expanded="false"><i class="fa fa-cog"></i>Blueprint
54 Validation Results<span class="caret"> </span></a>
55 <ul id="configuracoes1" class="collapse">
57 ng-class="{example : $state.current.name == 'eteTest'}"
58 ui-sref="eteTest"> <i class="fa fa-check"></i><span>Get
62 ng-class="{example : $state.current.name == 'eteChomp'}"
63 ui-sref="eteChomp"> <i class="fa fa-check"></i><span>Get
64 by blueprint name</span>
67 ng-class="{example : $state.current.name == 'eteChomp'}"
68 ui-sref="eteChomp"> <i class="fa fa-check"></i><span>Get
72 ng-class="{example : $state.current.name == 'findBySubmission'}"
73 ui-sref="findBySubmissionId"> <i class="fa fa-check"></i><span>Get
74 by submission id</span>
77 ng-class="{example : $state.current.name == 'eteChomp'}"
78 ui-sref="eteChomp"> <i class="fa fa-check"></i><span>Get
79 by execution dates</span>
82 ng-class="{example : $state.current.name == 'eteChomp'}"
83 ui-sref="eteChomp"> <i class="fa fa-check"></i><span>Get
84 by # of successful runs</span>
87 ng-class="{example : $state.current.name == 'eteChomp'}"
88 ui-sref="eteChomp"> <i class="fa fa-check"></i><span>Get
89 by # of successful last runs</span>
92 ng-class="{example : $state.current.name == 'eteChomp'}"
93 ui-sref="eteChomp"> <i class="fa fa-check"></i><span>Get
94 by # of failed last runs</span>
99 <!-- /#sidebar-wrapper -->
100 <!-- Page Content -->
101 <div id="page-content-wrapper"
102 ng-show="$state.current.name == 'undefined' || $state.current.name != 'login'"
103 style="overflow: auto;" ng-cloak>
104 <div class="container-fluid">
106 <div class="col-lg-12" style="padding-right: 0px;">
108 <!-- Carrega todas as p�ginas-->
109 <div ui-view="main"></div>
115 <!-- /#page-content-wrapper -->