Merge "Reorder item actions for cluster"
This commit is contained in:
commit
2ae3f10d24
@ -46,14 +46,6 @@
|
||||
{
|
||||
var clusterResourceType = registry.getResourceType(resourceType);
|
||||
clusterResourceType.itemActions
|
||||
.append({
|
||||
id: 'deleteClusterAction',
|
||||
service: deleteClusterService,
|
||||
template: {
|
||||
type: 'delete',
|
||||
text: gettext('Delete Cluster')
|
||||
}
|
||||
})
|
||||
.append({
|
||||
id: 'showCertificateAction',
|
||||
service: showCertificateService,
|
||||
@ -67,6 +59,14 @@
|
||||
template: {
|
||||
text: gettext('Sign Certificate')
|
||||
}
|
||||
})
|
||||
.append({
|
||||
id: 'deleteClusterAction',
|
||||
service: deleteClusterService,
|
||||
template: {
|
||||
type: 'delete',
|
||||
text: gettext('Delete Cluster')
|
||||
}
|
||||
});
|
||||
|
||||
clusterResourceType.batchActions
|
||||
|
Loading…
x
Reference in New Issue
Block a user