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