diff --git a/js/apps/system/aardvark/aardvark.js b/js/apps/system/aardvark/aardvark.js index 4c3cbc5630..85fd4eab4f 100644 --- a/js/apps/system/aardvark/aardvark.js +++ b/js/apps/system/aardvark/aardvark.js @@ -340,7 +340,7 @@ controller.get('/foxxes', function (req, res) { * */ controller.get('/foxxes/fishbowl', function (req, res) { - FoxxManager.update(); + // FoxxManager.update(); res.json(FoxxManager.availableJson()); }).summary("List of all foxx apps submitted to the fishbowl store.") .notes("This function contacts the fishbowl and reports which apps are available for install"); diff --git a/js/apps/system/aardvark/frontend/js/templates/modalApplicationMount.ejs b/js/apps/system/aardvark/frontend/js/templates/modalApplicationMount.ejs index 8ff0401dd1..c8262f0829 100644 --- a/js/apps/system/aardvark/frontend/js/templates/modalApplicationMount.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/modalApplicationMount.ejs @@ -1,19 +1,73 @@