blob: b5a27ed0189727b05953fd86324498845ffdb5ab [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001/*!
2 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
3 *
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
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
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
13 * or implied. See the License for the specific language governing
14 * permissions and limitations under the License.
15 */
16import keyMirror from 'nfvo-utils/KeyMirror.js';
17
18export const overviewItems = keyMirror({
19 LICENSE_AGREEMENTS: 'License Agreements',
20 FEATURE_GROUPS: 'Feature Groups',
21 ENTITLEMENT_POOLS: 'Entitlement Pools',
22 LICENSE_KEY_GROUPS: 'License Key Groups'
23});
24
25export const overviewEditorHeaders = keyMirror({
26 LICENSE_AGREEMENT: 'License Agreement',
27 FEATURE_GROUP: 'Feature Group',
28 ENTITLEMENT_POOL: 'Entitlement Pool',
29 LICENSE_KEY_GROUP: 'License Key Group'
30});
31
32export const actionTypes = keyMirror({
33 LICENSE_MODEL_OVERVIEW_TAB_SELECTED: null,
34 LM_DATA_CHANGED: null
35});
36
37export const selectedButton = keyMirror({
38 VLM_LIST_VIEW: null,
39 NOT_IN_USE: null
40});
41
42export const VLM_DESCRIPTION_FORM = 'VLMDEWSCRIPTIONFORM';