Skip to content

Commit

Permalink
Update shiny config to match OhdsiShinyModules
Browse files Browse the repository at this point in the history
  • Loading branch information
AniekMarkus committed Dec 18, 2023
1 parent de8dff9 commit e52c65f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions inst/shinyConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,20 @@
"shinyModulePackage": "OhdsiShinyModules",
"uiFunction": "aboutViewer",
"serverFunction": "aboutServer",
"databaseConnectionKeyService": null,
"databaseConnectionKeyUsername": null,
"infoBoxFile": "aboutHelperFile()",
"icon": "info",
"keyring": true,
"order": 1
},
{
"id": "prediction",
"tabName": "Prediction",
"tabText": "Prediction",
"shinyModulePackage": "OhdsiShinyModules",
"uiFunction": "predictionViewer",
"serverFunction": "predictionServer",
"databaseConnectionKeyService": "resultDatabaseDetails",
"databaseConnectionKeyUsername": "prediction",
"infoBoxFile": "predictionHelperFile()",
"uiFunction": "patientLevelPredictionViewer",
"serverFunction": "patientLevelPredictionServer",
"infoBoxFile": "patientLevelPredictionHelperFile()",
"icon": "chart-line",
"keyring": false,
"order": 2
}
]
}
}

0 comments on commit e52c65f

Please sign in to comment.