39.11. 기능화된 애플리케이션 구성
웹 콘솔에는 시작 페이지 카탈로그에 주요 애플리케이션 링크 선택 목록이 있습니다. 페이지 상단에 표시되며 아이콘, 제목, 간단한 설명 및 링크를 가질 수 있습니다.
// Add featured applications to the top of the catalog. window.OPENSHIFT_CONSTANTS.SAAS_OFFERINGS = [{ title: "Dashboard", // The text label icon: "fa fa-dashboard", // The icon you want to appear url: "http://example.com/dashboard", // Where to go when this item is clicked description: "Open application dashboard." // Short description }, { title: "System Status", icon: "fa fa-heartbeat", url: "http://example.com/status", description: "View system alerts and outages." }, { title: "Manage Account", icon: "pficon pficon-user", url: "http://example.com/account", description: "Update email address or password." }];
확장 스크립트 및 스타일시트 로드 에 설명된 대로 스크립트를 추가합니다.