aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/onap-ui/components/home/home.html
blob: 4db08b059d4db828ba4f71916300a22d504eb6e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<div class="container-fluid">
  <div class="row">
    <div class="col-md-2 home-category" ng-style="{'height': ctrl.height}">
      <div class="panel-group" id="accordion">
        <div class="panel panel-default">
          <div class="panel-heading">
            <div class="panel-title">
              <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
                Governance &amp; Workflow
              </a>
            </div>
          </div>
          <div id="collapseOne" class="panel-collapse collapse">
            <div class="panel-body">
                <div>
                  <a href="https://www.opnfv.org/verified"
                     target="_blank" rel="noopener">Overview&nbsp;
                    <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                  </a>
                </div>
                <div>
                  <a href="https://www.opnfv.org/wp-content/uploads/sites/12/2018/09/LFN_CVP_Guidelines-1.0.0.pdf"
                     target="_blank" rel="noopener">Governance Guidelines&nbsp;
                    <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                  </a>
                </div>
                <div>
                  <a href="https://www.opnfv.org/wp-content/uploads/sites/12/2018/09/OVP-Terms-and-Conditions-092418.pdf"
                     target="_blank" rel="noopener">Terms &amp; Conditions&nbsp;
                    <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                  </a>
                </div>
                <div>
                  <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/testing/user/certificationworkflow/index.html"
                     target="_blank" rel="noopener">Process Workflow&nbsp;
                    <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                  </a>
                </div>
                <div>
                  <a href="https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=dc24bf38-ea41-40d4-9e58-9babc6eec778"
                     target="_blank" rel="noopener">Participation Form&nbsp;
                    <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                  </a>
                </div>
                <div>
                  <a href="https://wiki.onap.org/display/DW/VNF+Badging"
                     target="_blank" rel="noopener">ONAP Verified Brand Guidelines&nbsp;
                    <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                  </a>
                </div>
            </div>
          </div>
        </div>
        <div class="panel panel-default" style="margin-top: 0px;">
          <div class="panel-heading">
            <div class="panel-title">
              <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
                Release 2018.11
              </a>
            </div>
          </div>
          <div id="collapseTwo" class="panel-collapse collapse">
            <div class="panel-body">
              <div>
                <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/testing/user/userguide/testing_guide.html"
                   target="_blank" rel="noopener">ONAPVP / Dovetail User Guide&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/testing/user/userguide/cli_reference.html"
                   target="_blank" rel="noopener">Dovetail CLI&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="https://wiki.onap.org/display/DW/ONAP+Modeling+specification"
                   target="_blank" rel="noopener">Test Specifications&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="https://wiki.onap.org/display/DW/Release+Calendar"
                   target="_blank" rel="noopener">Release Notes&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/testing/user/reviewerguide/index.html"
                   target="_blank" rel="noopener">Reviewer Guide&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/testing/user/ovpaddendum/index.html"
                   target="_blank" rel="noopener">Guidelines Addendum&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>

    <div class="col-md-10">
      <div class="common-main-container">
        <div class="home-content-title">
          <h2>ONAP Verified Program verifies products and services with the "ONAP Verified" mark.</h2>
        </div>
        <div class="home-content">
          <div class="col-md-2">
            <img class="home-content-img" src="onap-ui/assets/img/icon.png" alt="ONAP">
          </div>
          <div class="col-md-10">
            <p class="home-content-text" style="padding-bottom: 40px;">
              The ONAP Verified Program demonstrates the readiness and availability of commercial VNF/PNF
              products and services by implementing Specification defined by Compliance Verification
              Committee(CVC). This open source community-led initiative allows vendors and service
              providers to establish baseline conformance and interoperability while retaining distinct
              and value-added innovations across features and capabilities and requires verified products
              to complete additional functional, high-availability tests. View the directory of verified
              products and services below and navigate through the links in the left-hand menu to learn
              more and get started. You will find step-by-step instructions as well as a participation form.
              Use this portal to upload your test results when ready. Please send any questions to
              <a href="mailto:compliance@lists.lfnetworking.org">compliance@lists.lfnetworking.org</a><sup>
              <span class="glyphicon glyphicon-envelope" style="font-size: 60%;" aria-hidden="true"></span></sup>.
            </p>
          </div>
        </div>
        <div id="directory_break">
        </div>
        <div class="home-content-title">
          <h1>ONAP Verified Products Directory</h1>
          Click on rows for more product verification details per company.
        </div>
        <div class="directory_main">
          <table id="directory_inner" class="">
            <thead>
              <tr>
                <th>Company Name &amp; Logo</th>
                <th>Test Agency</th>
                <th>Product Name</th>
                <th>Product Version</th>
                <th>Modeling Language</th>
                <th>Type</th>
                <th>Version</th>
              </tr>
            </thead>
            <tbody style="overflow: hidden; text-overflow: ellipsis;">
              <tr class="company_row" ng-click="ctrl.getCompany(app)"
                  ng-repeat="app in ctrl.applications | filter:{approved:true} | orderBy : '-approve_date'">
                <td style="width: 400px;">
                  <img class="company_logo" ng-src="api/v1/cvp/applications/getlogo/{{app.company_logo}}" alt="{{app.company_logo}}">
                  {{ app.company_name }}
                </td>
                <td style="width: 300px;">{{ app.lab_location }}</td>
                <td style="width: 300px;">{{ app.xnf_name }}</td>
                <td style="width: 150px;">{{ app.xnf_version }}</td>
                <td style="width: 150px;">{{ app.xnfd_model_lang }}</td>
                <td style="width: 150px;">N/A</td>
                <td style="width: 150px;">{{ app.onap_version}}</td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>
  </div>
</div>