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