Newer
Older
/**
* This file is part of Anis Client.
*
* @copyright Laboratoire d'Astrophysique de Marseille / CNRS
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import { Logo } from './logo.model';
/**
* Interface for instance.
*
* @interface Instance
*/
export interface Instance {
name: string;
label: string;
scientific_manager: string;
instrument: string;
wavelength_domain: string;
files_path: string;
public: boolean;
design_color: string;
design_background_color: string;
design_logo: string;
design_favicon: string;
navbar_background_color: string;
navbar_border_bottom_color: string;
navbar_color_href: string;
navbar_font_family: string;
navbar_sign_in_btn_color: string;
navbar_user_btn_color: string;
footer_background_color: string;
footer_border_top_color: string;
footer_text_color: string;
family_border_color: string;
family_header_background_color: string;
family_title_color: string;
family_title_bold: boolean;
family_background_color: string;
progress_bar_step_dataset_title: string;
progress_bar_step_criteria_title: string;
progress_bar_step_output_title: string;
progress_bar_step_result_title: string;
progress_bar_color: string;
progress_bar_active_color: string;
progress_bar_circle_color: string;
progress_bar_circle_icon_color: string;
progress_bar_circle_icon_active_color: string;
result_header_background_color: string;
result_header_text_color: string;
result_header_btn_color: string;
result_header_btn_hover_color: string;
result_header_btn_text_color: string;
result_datatable_bordered: boolean;
result_datatable_border_color: string;
result_datatable_header_background_color: string;
result_datatable_header_text_color: string;
result_datatable_rows_background_color: string;
result_datatable_rows_text_color: string;
result_datatable_sorted_color: string,
result_datatable_sorted_active_color: string,
result_datatable_link_color: string,
result_datatable_link_hover_color: string,
result_datatable_rows_selected_color: string,
back_to_portal: boolean;
search_by_criteria_allowed: boolean;
search_by_criteria_label: string;
search_multiple_allowed: boolean;
search_multiple_label: string;
search_multiple_all_datasets_selected: boolean;
documentation_allowed: boolean;
documentation_label: string;