mirror of https://github.com/apache/cloudstack.git
Explicit Dedication - Cluster detail View UI-API Integration code
This commit is contained in:
parent
80df36c182
commit
8e5e7602ff
|
|
@ -9234,7 +9234,13 @@
|
|||
//allocationstate: { label: 'label.allocation.state' },
|
||||
//managedstate: { label: 'Managed State' },
|
||||
state: { label: 'label.state' }
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
isdedicated:{label:'Dedicated'},
|
||||
domainid:{label:'Domain ID'}
|
||||
}
|
||||
|
||||
],
|
||||
dataProvider: function(args) {
|
||||
$.ajax({
|
||||
|
|
|
|||
Loading…
Reference in New Issue