moving categories above html description

This commit is contained in:
morsh 2017-07-05 13:03:42 +03:00
Родитель 0d7e0828d0
Коммит ae5e9e43eb
8 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -9,8 +9,8 @@ export const config: IDashboardConfig = /*return*/ {
url: "mbf_advanced_analytics", url: "mbf_advanced_analytics",
description: "Bot Framework Advanced Analytics Dashboard", description: "Bot Framework Advanced Analytics Dashboard",
preview: "/images/default.png", preview: "/images/default.png",
html: `POC - Additional info will be added in the future`,
category: 'Bots - Advanced', category: 'Bots - Advanced',
html: `POC - Additional info will be added in the future`,
config: { config: {
connections: { }, connections: { },
layout: { layout: {

Просмотреть файл

@ -9,8 +9,8 @@ export const config: IDashboardConfig = /*return*/ {
url: "mbf_advanced_health", url: "mbf_advanced_health",
description: "Bot Framework Advanced Health Dashboard", description: "Bot Framework Advanced Health Dashboard",
preview: "/images/default.png", preview: "/images/default.png",
html: `POC - Additional info will be added in the future`,
category: 'Bots - Advanced', category: 'Bots - Advanced',
html: `POC - Additional info will be added in the future`,
config: { config: {
connections: { }, connections: { },
layout: { layout: {

Просмотреть файл

@ -9,6 +9,7 @@ export const config: IDashboardConfig = /*return*/ {
url: "azure_sample", url: "azure_sample",
description: "A basic azure ARM sample", description: "A basic azure ARM sample",
preview: "/images/azure.png", preview: "/images/azure.png",
category: 'Samples',
html: ` html: `
<div> <div>
A basic sample to show how to get resources from A basic sample to show how to get resources from
@ -16,7 +17,6 @@ export const config: IDashboardConfig = /*return*/ {
(Azure) and display them on a dashboard (Azure) and display them on a dashboard
</div> </div>
`, `,
category: 'Samples',
config: { config: {
connections: { }, connections: { },
layout: { layout: {

Просмотреть файл

@ -9,6 +9,7 @@ export const config: IDashboardConfig = /*return*/ {
url: "bot_analytics_inst", url: "bot_analytics_inst",
description: 'Microsoft Bot Framework based analytics', description: 'Microsoft Bot Framework based analytics',
preview: '/images/bot-ai-cs.png', preview: '/images/bot-ai-cs.png',
category: 'Bots',
html: ` html: `
<div> <div>
This dashboard is built to view events sent by Microsoft Bot Framework based bot. This dashboard is built to view events sent by Microsoft Bot Framework based bot.
@ -30,7 +31,6 @@ export const config: IDashboardConfig = /*return*/ {
</p> </p>
</div> </div>
`, `,
category: 'Bots',
config: { config: {
connections: { }, connections: { },
layout: { layout: {

Просмотреть файл

@ -9,6 +9,7 @@ export const config: IDashboardConfig = /*return*/ {
url: "bot_analytics_dashboard", url: "bot_analytics_dashboard",
description: 'Microsoft Bot Framework based analytics', description: 'Microsoft Bot Framework based analytics',
preview: '/images/bot-ai-base.png', preview: '/images/bot-ai-base.png',
category: 'Bots',
html: ` html: `
<div> <div>
This dashboard is built to view the events being sent by the Bot Framework sent for a registered bot. This dashboard is built to view the events being sent by the Bot Framework sent for a registered bot.
@ -35,7 +36,6 @@ export const config: IDashboardConfig = /*return*/ {
</p> </p>
</div> </div>
`, `,
category: 'Bots',
config: { config: {
connections: { }, connections: { },
layout: { layout: {

Просмотреть файл

@ -9,6 +9,7 @@ export const config: IDashboardConfig = /*return*/ {
url: 'cosmosdb_handoff', url: 'cosmosdb_handoff',
description: 'Monitor bot and hand-off to human conversations', description: 'Monitor bot and hand-off to human conversations',
preview: '/images/default.png', preview: '/images/default.png',
category: 'Bots - Advanced',
html: ` html: `
<div> <div>
This dashboard displays the status for a bot-to-human handoff system. This dashboard displays the status for a bot-to-human handoff system.
@ -43,7 +44,6 @@ export const config: IDashboardConfig = /*return*/ {
</p> </p>
</div> </div>
`, `,
category: 'Bots - Advanced',
config: { config: {
connections: { connections: {
'bot-framework': { 'bot-framework': {

Просмотреть файл

@ -9,6 +9,7 @@ export const config: IDashboardConfig = /*return*/ {
url: "qna", url: "qna",
description: "Sample QnA Maker dashboard", description: "Sample QnA Maker dashboard",
preview: "/images/default.png", preview: "/images/default.png",
category: 'Bots - Advanced',
html: ` html: `
<div> <div>
<p>Displays <a href="https://qnamaker.ai" target="_blank">QnA Maker service</a> usage metrics.</p> <p>Displays <a href="https://qnamaker.ai" target="_blank">QnA Maker service</a> usage metrics.</p>
@ -38,7 +39,6 @@ export const config: IDashboardConfig = /*return*/ {
</p> </p>
</div> </div>
`, `,
category: 'Bots - Advanced',
config: { config: {
connections: {}, connections: {},
layout: { layout: {

Просмотреть файл

@ -9,13 +9,13 @@ export const config: IDashboardConfig = /*return*/ {
url: "basic_sample", url: "basic_sample",
description: "A basic sample to understand a basic dashboard", description: "A basic sample to understand a basic dashboard",
preview: "/images/sample.png", preview: "/images/sample.png",
category: 'Samples',
html: ` html: `
<div> <div>
This is a basic sample dashboard, with JSON based sample data source, to show how data from different data sources This is a basic sample dashboard, with JSON based sample data source, to show how data from different data sources
can be manipulated and connected to visual components. can be manipulated and connected to visual components.
</div> </div>
`, `,
category: 'Samples',
config: { config: {
connections: {}, connections: {},
layout: { layout: {