|
|
|
@ -8,26 +8,14 @@ class _General(_IBM):
|
|
|
|
|
_icon_dir = "resources/ibm/general"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Cloudservices(_General):
|
|
|
|
|
_icon = "CloudServices.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Enterprise(_General):
|
|
|
|
|
_icon = "Enterprise.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Enterprise2(_General):
|
|
|
|
|
_icon = "Enterprise2.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Internet(_General):
|
|
|
|
|
_icon = "Internet.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CloudMessaging(_General):
|
|
|
|
|
_icon = "cloud-messaging.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CloudServices(_General):
|
|
|
|
|
_icon = "cloud-services.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Cloudant(_General):
|
|
|
|
|
_icon = "cloudant.png"
|
|
|
|
|
|
|
|
|
@ -40,6 +28,10 @@ class DataSecurity(_General):
|
|
|
|
|
_icon = "data-security.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Enterprise(_General):
|
|
|
|
|
_icon = "enterprise.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class GovernanceRiskCompliance(_General):
|
|
|
|
|
_icon = "governance-risk-compliance.png"
|
|
|
|
|
|
|
|
|
@ -64,6 +56,10 @@ class InfrastructureSecurity(_General):
|
|
|
|
|
_icon = "infrastructure-security.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Internet(_General):
|
|
|
|
|
_icon = "internet.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class IotCloud(_General):
|
|
|
|
|
_icon = "iot-cloud.png"
|
|
|
|
|
|
|
|
|
|