blob: d2e9394f4a713ff2ad6f85ba29bca3ebb47f5b5f [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001/*!
svishnevbacc7152018-11-05 12:11:30 +02002 * Copyright © 2016-2018 European Support Limited
AviZi280f8012017-06-09 02:39:56 +03003 *
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
svishnevbacc7152018-11-05 12:11:30 +020032export const actionTypes = keyMirror(
33 {
34 LICENSE_MODEL_OVERVIEW_TAB_SELECTED: null,
35 LM_DATA_CHANGED: null
36 },
37 'licenseModelOverview'
38);
AviZi280f8012017-06-09 02:39:56 +030039
Avi Ziv61070c92017-07-26 17:37:57 +030040export const selectedButton = {
Einav Weiss Keidar7fdf7332018-03-20 14:45:40 +020041 VLM_LIST_VIEW: 'VLM_LIST_VIEW',
42 NOT_IN_USE: 'NOT_IN_USE'
Avi Ziv61070c92017-07-26 17:37:57 +030043};
AviZi280f8012017-06-09 02:39:56 +030044
45export const VLM_DESCRIPTION_FORM = 'VLMDEWSCRIPTIONFORM';