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