blob: b05da582f49a4fd2876bc3baf3ee047736db8f77 [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({
Einav Weiss Keidar7fdf7332018-03-20 14:45:40 +020019 LICENSE_AGREEMENTS: 'License Agreements',
20 FEATURE_GROUPS: 'Feature Groups',
21 ENTITLEMENT_POOLS: 'Entitlement Pools',
22 LICENSE_KEY_GROUPS: 'License Key Groups'
AviZi280f8012017-06-09 02:39:56 +030023});
24
25export const overviewEditorHeaders = keyMirror({
Einav Weiss Keidar7fdf7332018-03-20 14:45:40 +020026 LICENSE_AGREEMENT: 'License Agreement',
27 FEATURE_GROUP: 'Feature Group',
28 ENTITLEMENT_POOL: 'Entitlement Pool',
29 LICENSE_KEY_GROUP: 'License Key Group'
AviZi280f8012017-06-09 02:39:56 +030030});
31
32export const actionTypes = keyMirror({
Einav Weiss Keidar7fdf7332018-03-20 14:45:40 +020033 LICENSE_MODEL_OVERVIEW_TAB_SELECTED: null,
34 LM_DATA_CHANGED: null
AviZi280f8012017-06-09 02:39:56 +030035});
36
Avi Ziv61070c92017-07-26 17:37:57 +030037export const selectedButton = {
Einav Weiss Keidar7fdf7332018-03-20 14:45:40 +020038 VLM_LIST_VIEW: 'VLM_LIST_VIEW',
39 NOT_IN_USE: 'NOT_IN_USE'
Avi Ziv61070c92017-07-26 17:37:57 +030040};
AviZi280f8012017-06-09 02:39:56 +030041
42export const VLM_DESCRIPTION_FORM = 'VLMDEWSCRIPTIONFORM';