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