// FRONTEND MAIN CONFIGURATION var mainJson = { title: "onesait Platform | BI Datalake Dashboards", description: "onesait Platform PoC", currentSkin: 'skin-light', access:{ urlBasePath: "", imgBasePath: "assets/app/media/img/", entry: "PRIVATE", urlBase:"https://dev-datalake.onesaitplatform.com/", urlApi: "https://dev-datalake.onesaitplatform.com/api-manager/server/api" }, app: { appLogo: '', appLogoCss: 'width: auto; max-height: 60px;', appLogoBackground: 'background-color: rgb(14, 102, 139) !important', appHome: 'onesait BI Datalake', appLoading: '', appFooter: true, appStickymenu: false, appWelcome: false, }, login:{ loginLogo: './assets/app/media/img/logos/Minsait-logo-invert.png', loginLogoStyle: 'width: auto; height: 230px;', loginBackground: './assets/app/media/img/bg/bg-4.jpg', loginDescription:'wellcome to onesait BI Datalake', signInTitle: 'onesait BI Datalake, please sign In:', signInBtnColor: '', // NEW-ELEMENT. signUp: false, forgotPassword: false, rememberMe: false }, user:{ showAvatar: true, avatar: 'assets/app/media/img/logos/database.png', profile: {link:"profile.html",text:"ROL",visible: false}, support: {link:"support.html",text:"Support",visible: false}, activity: {link:"activity.html",text:"Activity",visible: false}, messages: {link:"messages.html",text:"Messages",visible: false}, faq:{link:"faq.html",text:"FAQ",visible: false}, logout: {link:"login.html",text:"Exit",visible: true} }, header: { headerDashboads: false, headerReports: false, headerSearch: false, headerNotifications: false, headerQuickactions: false, headerUser: true, headerSidebarToggle: false, headerSessionConfiguration: false // NEW-ELEMENT. }, content: { contentHead: true, contentTools: true, contentTitle: 'BI DataLake Complaints', contentHeadCss: '', contentTitleCss: '', contentDashboard: { enabled: true, dashboardName: 'BI DataLake Complaints', changeTitle: true, notification: false, src: "https://dev-datalake.onesaitplatform.com/controlpanel/dashboards/viewiframe/632334ea-fea9-4f91-b146-dd2a3ddb1598", background: '#FFF', height: '850px', mode: 'INSERT' } }, footer: { footerCopyright: "2019 © IndraCompany BI Datalake by Minsait", footerLinks: true, footerLinkAbout: {link:"about.html",text:"About",visible: true}, footerLinkPrivacy:{link:"privacy.html",text:"Privacy",visible: true}, footerLinkTerms: {link:"terms.html",text:"Terms",visible: true}, footerLinkCompany:{link:"company.html",text:"Mindsait",visible: true}, footerLinkSupport:{link:"support.html",text:"onesait Support Center",visible: true} }, themes:{ availableSkin: ['skin-light','skin-dark'], changeSkin: 'skin-light', contentBackground : 'ghostwhite', contentPadding: '0px 0px', // 30px 30px; menu: '' } }; |