diff --git a/apps/app/src/components/plugin/PluginSettingsSections.tsx b/apps/app/src/components/plugin/PluginSettingsSections.tsx index d1242e41f5..92b9101ab0 100644 --- a/apps/app/src/components/plugin/PluginSettingsSections.tsx +++ b/apps/app/src/components/plugin/PluginSettingsSections.tsx @@ -29,27 +29,39 @@ function PluginSettingsSectionList({ }) { return (
- {section.description} -
- ) : null} -+ {section.description} +
+ ) : null} +- {provenanceLine} -
- ) : null} - {!isRunning && - plugin.description !== null && - plugin.description.length > 0 ? ( -- {plugin.description} -
- ) : null} - {plugin.statusDetail !== null && plugin.statusDetail.length > 0 ? ( -- {plugin.statusDetail} -
- ) : null} -- This plugin declares no settings. -
- ) - ) : ( -- {plugin.enabled - ? `Settings are unavailable while the plugin is ${plugin.status}.` - : "Enable this plugin to edit its settings."} -
+ + v{plugin.version} + + {plugin.status === "running" ? null : ( ++ {provenanceLine} +
+ ) : null} + {plugin.description !== null && plugin.description.length > 0 ? ( ++ {plugin.description} +
+ ) : null} + {plugin.statusDetail !== null && plugin.statusDetail.length > 0 ? ( ++ {plugin.statusDetail} +
) : null}+ Settings are unavailable while the plugin is {plugin.status}. +
++ Plugin settings are unavailable because its frontend did not + load. +
++ This plugin declares no settings. +
+