feat(FN-3704): separate plugin lifecycle from setup probe state
Fixes a bug where plugin lifecycle operations were incorrectly gated by the setup probe state, separating the two concerns across the API, PluginManager component, routes, and tests, with updated documentation. Fusion-Task-Id: FN-3704
This commit is contained in:
@@ -417,6 +417,11 @@
|
||||
color: var(--color-warning);
|
||||
}
|
||||
|
||||
.plugin-builtins-setup-status--deferred {
|
||||
background: var(--status-archived-bg);
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.plugin-builtins-description-text {
|
||||
flex: 1 1 100%;
|
||||
color: var(--text-muted);
|
||||
|
||||
Reference in New Issue
Block a user