Add Ceph and re-order complementary alphabetically

Change-Id: I535ddfe8dc27aa57d85be944a5ba69ac76ed7a33
This commit is contained in:
Ilya Shakhat
2015-06-22 12:13:14 +03:00
parent b9eb5fde1f
commit 3fdbe59d12
2 changed files with 22 additions and 11 deletions

View File

@@ -13411,6 +13411,11 @@
"module": "ovs", "module": "ovs",
"organization": "openvswitch", "organization": "openvswitch",
"uri": "https://github.com/openvswitch/ovs.git" "uri": "https://github.com/openvswitch/ovs.git"
},
{
"module": "ceph",
"organization": "ceph",
"uri": "https://github.com/ceph/ceph.git"
} }
], ],
"project_sources": [ "project_sources": [
@@ -13589,7 +13594,19 @@
{ {
"id": "complementary", "id": "complementary",
"title": "Complementary", "title": "Complementary",
"modules": ["docker-group", "kubernetes", "jclouds", "cloudfoundry", "ansible-group", "pypa-group", "ovs"] "modules": ["ansible-group", "ceph", "docker-group", "kubernetes", "jclouds", "cloudfoundry", "ovs", "pypa-group"]
},
{
"id": "ansible-group",
"title": "Ansible",
"child": true,
"modules": ["ansible-group"]
},
{
"id": "ceph-group",
"title": "Ceph",
"child": true,
"modules": ["ceph"]
}, },
{ {
"id": "cloudfoundry-group", "id": "cloudfoundry-group",
@@ -13610,22 +13627,16 @@
"modules": ["kubernetes"] "modules": ["kubernetes"]
}, },
{ {
"id": "ansible-group", "id": "ovs-group",
"title": "Ansible", "title": "Open vSwitch",
"child": true, "child": true,
"modules": ["ansible-group"] "modules": ["ovs"]
}, },
{ {
"id": "pypa-group", "id": "pypa-group",
"title": "Python Packaging", "title": "Python Packaging",
"child": true, "child": true,
"modules": ["pypa-group"] "modules": ["pypa-group"]
},
{
"id": "ovs-group",
"title": "Open vSwitch",
"child": true,
"modules": ["ovs"]
} }
] ]
} }

View File

@@ -390,7 +390,7 @@ a[target]:not([target='']):after, .ext_link:after {
} }
.select2-results { .select2-results {
max-height: 300px; max-height: 350px;
} }
.ui-tooltip { .ui-tooltip {