9887a357df5096181736f8fa847551ac6ca60c04
[aai/sparky-fe.git] / src / app / tierSupport / selectedNodeDetails / SelectedNodeDetailsConstants.js
1 /*
2  * ============LICENSE_START=======================================================
3  * org.onap.aai
4  * ================================================================================
5  * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6  * Copyright © 2017 Amdocs
7  * ================================================================================
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  *       http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  * ============LICENSE_END=========================================================
20  *
21  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
22  */
23 export const SELECTED_NODE_TITLE = 'Node Details';
24 export const NO_SELECTION = 'Search for a service to view its details';
25 export const SELECTED_NODE_TABLE_COLUMN_NAMES = ['Attribute', 'Value'];
26 export const TABLE_DATA = [
27   ['equipment-role', 'UCPE'],
28   ['in-maint', 'false'],
29   ['ipv4-oam-addres', '1.22.1.5'],
30   ['is-closed-loop-disabled', 'false'],
31   ['management-option', 'ATT'],
32   ['nm-lan-v6-address', 'FE80:0000:0AB0:0000:0207:B3FF:FE1E:1202'],
33   ['operational-state', 'PROV'],
34   ['orchestration-status', 'created'],
35   ['resource-version', '146650180'],
36   ['service-id', 'Ud7bb0a21-66f2-4e6d-87d9-9ef3ced63ae4CPE'],
37   ['vcpu', '1'],
38   ['vdisk', '20'],
39   ['vdisk-units', 'GB'],
40   ['vmemory', '12'],
41   ['vmemory-units', 'GB'],
42   ['vnf-id', 'b574e9e3-0a3d-4304-9c5-dd-su-gc21512'],
43   ['vnf-name', 'USETESORLFL0109UJSW01'],
44   ['vnf-type', 'SW'],
45 ];