Ejemplo n.º 1
0
 def _notifyWorkspaceNoConnection(self):
     notifier.showPopup(
         "Couchdb Connection lost. Defaulting to memory. Fix network and try again in 5 minutes."
     )
Ejemplo n.º 2
0
 def _notifyWorkspaceNoConnection(self):
     notifier.showPopup("Couchdb Connection lost. Defaulting to memory. Fix network and try again in 5 minutes.")
Ejemplo n.º 3
0
 def _notifyNoVisualizationAvailable(self):
     notifier.showPopup(
         "No visualizations available, please install and configure CouchDB"
     )
Ejemplo n.º 4
0
 def _notifyNoVisualizationAvailable(self):
     notifier.showPopup("No visualizations available, please install and configure CouchDB")