diff --git a/jdaviz/app.vue b/jdaviz/app.vue index ce756732ef..9c7152f65c 100644 --- a/jdaviz/app.vue +++ b/jdaviz/app.vue @@ -125,6 +125,9 @@ {{ trayItem.label }} + + plg = {{ config }}.plugins['{{ trayItem.label }}'] + {{ trayItem.tray_item_description }} diff --git a/jdaviz/components/tray_plugin.vue b/jdaviz/components/tray_plugin.vue index fe553e3bfe..8056e887d6 100644 --- a/jdaviz/components/tray_plugin.vue +++ b/jdaviz/components/tray_plugin.vue @@ -12,12 +12,6 @@ - - - plg = {{ config }}.plugins['{{ plugin_key }}'] - - - {{ getDisabledMsg() }}