cryptonas/plugins/volume_details/volume_details.py

20 lines
328 B
Python
Raw Normal View History

2006-11-06 17:05:00 +01:00
import CryptoBoxPlugin
class volume_details(CryptoBoxPlugin.CryptoBoxPlugin):
pluginCapabilities = [ "volume" ]
pluginVisibility = [ "volume" ]
2006-11-06 17:05:00 +01:00
requestAuth = False
rank = 100
def doAction(self):
## all variables are already set somewhere else
return "volume_details"
def getStatus(self):
return "no status"