We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e84c1 commit 741e0f3Copy full SHA for 741e0f3
services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/api/frontend/_common/_mixins.py
@@ -29,4 +29,4 @@ def remove_parent(self) -> None:
29
class DisplayaMixin(ABC):
30
@abstractmethod
31
def display(self) -> None:
32
- """creates ui elements inside the parent container"""
+ """create an ui element ad attach it to the current NiceGUI context"""
0 commit comments