blob: aa8a4f330fca824b146194219690c0f1e010faa3 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export const CONFIRM_CLUSTERS_REMOVAL = 'CONFIRM_CLUSTERS_REMOVAL';
export const CONFIRM_CLUSTERS_REMOVAL_OK = 'CONFIRM_CLUSTERS_REMOVAL_OK';
export const REMOVE_CLUSTER_ITEMS = 'REMOVE_CLUSTER_ITEMS';
export const REMOVE_CLUSTER_ITEMS_CONFIRMED = 'REMOVE_CLUSTER_ITEMS_CONFIRMED';
export const ADVANCED_SAVE_COMPLETE_CONFIGURATION = 'ADVANCED_SAVE_COMPLETE_CONFIGURATION';
export const COMPLETE_CONFIGURATION = 'COMPLETE_CONFIGURATION';
export const ADVANCED_SAVE_CLUSTER = 'ADVANCED_SAVE_CLUSTER';
export const ADVANCED_SAVE_CACHE = 'ADVANCED_SAVE_CACHE';
export const ADVANCED_SAVE_IGFS = 'ADVANCED_SAVE_IGFS';
export const ADVANCED_SAVE_MODEL = 'ADVANCED_SAVE_MODEL';
export const BASIC_SAVE = 'BASIC_SAVE';
export const BASIC_SAVE_AND_DOWNLOAD = 'BASIC_SAVE_AND_DOWNLOAD';
export const BASIC_SAVE_OK = 'BASIC_SAVE_OK';
export const BASIC_SAVE_ERR = 'BASIC_SAVE_ERR';