Fix for Penetration test _ Session and cookie management
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / view-models / detailsDialog.htm
1 <!--\r
2   ============LICENSE_START=======================================================\r
3   VID\r
4   ================================================================================\r
5   Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.\r
6   ================================================================================\r
7   Licensed under the Apache License, Version 2.0 (the "License");\r
8   you may not use this file except in compliance with the License.\r
9   You may obtain a copy of the License at\r
10   \r
11        http://www.apache.org/licenses/LICENSE-2.0\r
12   \r
13   Unless required by applicable law or agreed to in writing, software\r
14   distributed under the License is distributed on an "AS IS" BASIS,\r
15   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16   See the License for the specific language governing permissions and\r
17   limitations under the License.\r
18   ============LICENSE_END=========================================================\r
19   -->\r
20 \r
21 <div ng-controller="detailsDialogController" ng-show="isDialogVisible">\r
22 \r
23         <div class="titleLine">\r
24                 <img src="app/vid/images/spinner.gif"\r
25                         ngx-visible="{{isSpinnerVisible}}"></img>\r
26                 <h3>Service Instance Details</h3> <!-- {{componentName}} -->\r
27         </div>\r
28 \r
29         <div class="error" ng-show="isErrorVisible">\r
30                 <img src="app/vid/images/error.png"></img>{{error}}\r
31         </div>\r
32 \r
33         <parameter-block control="summaryControl"></parameter-block>\r
34 \r
35         <h4>{{componentName}} Details</h4>\r
36 \r
37         <parameter-block control="detailsControl"></parameter-block>\r
38 \r
39         <h4>Instantiation Transactions</h4>\r
40 \r
41         <pre data-tests-id="detailsLog" class="log">{{log}}</pre>\r
42 \r
43         <div class="buttonRow">\r
44                         <button type="button" ng-click="close();" att-button data-tests-id="detailsCloseBtn"\r
45                         btn-type="primary" size="small">Close</button>\r
46         </div>\r
47 \r
48 </div>\r